{
  "name": "auth-service",
  "version": "2.0.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FNB6GeZbXhVUS81hqIZV"
  },
  "jwt_secret": "X4u0G/UJ96/EYIi1XMbyhMavDddOC+hu",
  "api_keys": {
    "stripe": "sk_live_QVbgmjEoZxdS22RXb64Ze0OG",
    "sendgrid": "SG.2pLm+FM4gyHxw65KA4m6Ah",
    "twilio_sid": "ACbd0e2cfb243ee16d159e416cd9c9a89f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}