{
  "name": "auth-service",
  "version": "1.5.14",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "P7r3RlxPjxe5vSqbglLi"
  },
  "jwt_secret": "DWw52CWf9G1s07inTnzs0UOjdhE/mx7e",
  "api_keys": {
    "stripe": "sk_live_aus2c3h5kENNZmGvvCnPw2PG",
    "sendgrid": "SG.LnkuVG0KwMRZ7SXG1EkXij",
    "twilio_sid": "AC7c3f7952577e02bd824c1c7d16f71cc0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}