{
  "name": "auth-service",
  "version": "2.9.20",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "p2RYNJhQnitM9cYtDIjN"
  },
  "jwt_secret": "osRWDnsxAwUkgtgYhKynbDpZLnPBbiaD",
  "api_keys": {
    "stripe": "sk_live_ZhUUfxiD233wpZdL7fG6IBDt",
    "sendgrid": "SG.D+mpoMfIKQU7NR+8g3hqCd",
    "twilio_sid": "ACd7fc110a9315d933faf62b6124166e42"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}