{
  "name": "auth-service",
  "version": "2.0.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZsDg9TYgUez0IjbjPdQU"
  },
  "jwt_secret": "jDWaoHkneyMf2f5xJbydqPvxFvl/kvkB",
  "api_keys": {
    "stripe": "sk_live_DoSbwCGEo49ZOaGNdKnpnWoL",
    "sendgrid": "SG.3Iok4cSHs47SqSnZEB9MWo",
    "twilio_sid": "ACe5302f755d25e6bf989d31010008ff24"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}