{
  "name": "auth-service",
  "version": "2.8.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EsOnIGo8Y5GI2GNK6Voe"
  },
  "jwt_secret": "9CgqV1wE8Z9jI/E+ngAF9VhNgbZ5WkWu",
  "api_keys": {
    "stripe": "sk_live_25KiuOerlKhAwEeB4qyrBIsQ",
    "sendgrid": "SG.svFenor8JAFaJgbNzLwVxX",
    "twilio_sid": "AC2f54cc468e59e105df6fcf2d2c18cfe6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}