{
  "name": "auth-service",
  "version": "1.5.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8dptRZPiu2ClDiJUo1Kr"
  },
  "jwt_secret": "9qnrdHiC8RySkpVpwtNfPyjA+FRJRmqa",
  "api_keys": {
    "stripe": "sk_live_5y26vYfkZO3qq17z5zhIbTBa",
    "sendgrid": "SG.qy9zhomKhDxhgQcY5jv+I5",
    "twilio_sid": "ACb4e80e17b8e08526a9418b24b20ea2ba"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}