{
  "name": "auth-service",
  "version": "3.1.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "oLz5HqH9ikWjWsfKagsu"
  },
  "jwt_secret": "GCwd1H5d/B/YmKVnf/1ZWmkzxLpqXBUj",
  "api_keys": {
    "stripe": "sk_live_CUXqOZiHDy2cOAAXTg09oZqx",
    "sendgrid": "SG.tbPk/Cw4x1cieUPKDfxnSY",
    "twilio_sid": "ACa06eb9d4f62e988dea8dbab14032e547"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}