{
  "name": "auth-service",
  "version": "2.2.12",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "NeqwI2hGuEswdEzHJCdm"
  },
  "jwt_secret": "8sgGpZYORwKQkOlXvx8CQm7lD2TzQ+lh",
  "api_keys": {
    "stripe": "sk_live_yFbso3QYcdef1gUAC2yv9xGM",
    "sendgrid": "SG.vwrncLh2vzj5w6nlusgDyj",
    "twilio_sid": "ACb267cf48ede137f70b216b9108a4f5c7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}