{
  "name": "auth-service",
  "version": "3.2.23",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "B3ToVbnU82820WpwwWZK"
  },
  "jwt_secret": "H4y61zKKkoT9A0RPkFqfDgT9JPDUn9qY",
  "api_keys": {
    "stripe": "sk_live_u4yiPTyoBO0E9cGuSC8FzPgU",
    "sendgrid": "SG.Z0WYSosPZ7p92zyxM+Yofs",
    "twilio_sid": "ACa134e8b0c182b04f4d6c09e35e8a5f07"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}