{
  "name": "auth-service",
  "version": "2.4.4",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "tCLZsC483MkylS3SPGTH"
  },
  "jwt_secret": "CKfbdsR8actjwW+By+l/YbqvXfI0aRae",
  "api_keys": {
    "stripe": "sk_live_q3m7bvGmWSLfPOvpIb9MpCnJ",
    "sendgrid": "SG.GLG07cqSonkxWJJc8SeJU4",
    "twilio_sid": "AC4cad49760e867e410a29fc9947888b43"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}