{
  "name": "auth-service",
  "version": "2.0.27",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TBprzzFmBttgVkVAhlZR"
  },
  "jwt_secret": "oZeLlaWSbPUD+6rwCsw1GlokYfYCySvA",
  "api_keys": {
    "stripe": "sk_live_zWRXAEHTWh4A3dxkoC48HBNy",
    "sendgrid": "SG.a5OoIU9Krs0RI+geMxqxX2",
    "twilio_sid": "AC6dd5078f3656420a83c6def1d4b8f860"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}