{
  "name": "auth-service",
  "version": "1.7.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KEkHBq8aEo7iMUPpHQFD"
  },
  "jwt_secret": "J35wevktO4teDXfq/PGNjYaV2fNK+gCt",
  "api_keys": {
    "stripe": "sk_live_ipO9FSkin5bpK59opjkT7qzd",
    "sendgrid": "SG.bqqOb9c4axHY1mVqZGxPx2",
    "twilio_sid": "AC8e330f1f92b7202485fd8363648ebbc6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}