{
  "name": "auth-service",
  "version": "3.9.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "O0tZMKQsCrjLqhIo0eVf"
  },
  "jwt_secret": "RBuZ9OuEwb+v0l7yGFN80ZCeh5S1ZGxh",
  "api_keys": {
    "stripe": "sk_live_QZyHLf4zIWwFuu1ZR9lLRMEe",
    "sendgrid": "SG.g9rxLQh4zpeSE8+s0gUjxH",
    "twilio_sid": "AC98293c2617e55d19865b45d6e901ab07"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}