{
  "name": "auth-service",
  "version": "2.8.29",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8abo2lcAQHxjCxvXItb1"
  },
  "jwt_secret": "61wbimeZXtiJzRm074vNdyhyXjsAFfjc",
  "api_keys": {
    "stripe": "sk_live_TxDJMaHKfcIp6Irm3fZ1pUNj",
    "sendgrid": "SG.0g0ieAYj0qiULINbu1/4ps",
    "twilio_sid": "AC47f3d5caf01a49f211c858e5bc51be1b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}