{
  "name": "auth-service",
  "version": "2.2.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jA3ibVZM0FSG3IovNojD"
  },
  "jwt_secret": "g/OHvMZqc70KR+bx+TMh+CGFvVeO2Zf+",
  "api_keys": {
    "stripe": "sk_live_RKtavUP8g1xOvsuvZyxrcmmL",
    "sendgrid": "SG.Fh1zqKCox/oS0TZUnMnTPb",
    "twilio_sid": "AC69a3602e54e7657541adc6f840c602a7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}