{
  "name": "auth-service",
  "version": "3.2.5",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "NmnRupOURh9UVUo3fotj"
  },
  "jwt_secret": "r4VgjsO7OTr2ZxCfJMBSngAxhyxT/Lib",
  "api_keys": {
    "stripe": "sk_live_hxmmM8MEirceRpdVa7LGJ89l",
    "sendgrid": "SG.MnK7Zau/CsSXGokOYurtxJ",
    "twilio_sid": "ACa65bf7436375b1f477634399e021b943"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}