{
  "name": "auth-service",
  "version": "2.2.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2UEuB1DIVJheswyspO15"
  },
  "jwt_secret": "zQHMtJLDO6DSGhVlADqvpC6LBFcNBTDG",
  "api_keys": {
    "stripe": "sk_live_VsAna7UjK14xgXHvGh3rwkbc",
    "sendgrid": "SG.6TddtXjUQYDvgzkFGnt6Hh",
    "twilio_sid": "AC01ad126207cba6bb3984074d1e202459"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}