{
  "name": "auth-service",
  "version": "3.1.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Z8ZgiB7UWPgEwvcaK56H"
  },
  "jwt_secret": "6Y+u6+YzB0+ryq24oiiAtK0GoN9b4uQa",
  "api_keys": {
    "stripe": "sk_live_BkK6ZaMUD97axk40wYVVIG3r",
    "sendgrid": "SG.WGf3DQieSyW6R2Fk3VG0o9",
    "twilio_sid": "AC4f55242d2ba454b53da4bacd10e28851"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}