{
  "name": "auth-service",
  "version": "3.3.6",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EDOlN4RzP66n1cZCeqcT"
  },
  "jwt_secret": "RkMCOvJxqEFMrZILHgOGpbEjR9TMYASA",
  "api_keys": {
    "stripe": "sk_live_rIDycAE28xgzWeTCY6F4NGxJ",
    "sendgrid": "SG.2/7aKYxbZ6lcX5+U6oyPTh",
    "twilio_sid": "AC379f45bff2a8cfc9337aa8fa3cb38dd0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}