{
  "name": "auth-service",
  "version": "3.1.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IEIpLYCGp5jUBNbMfgwW"
  },
  "jwt_secret": "sLqqFyyyYqs4CzL7Foll59X02d7w4TPZ",
  "api_keys": {
    "stripe": "sk_live_E58RNKOIOsMcZNjJf6WrKX4l",
    "sendgrid": "SG.6yDgh7sx6u/Z59oEUjioa8",
    "twilio_sid": "AC359b87d3a1942d1f78ec80a3295cee03"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}