{
  "name": "auth-service",
  "version": "3.7.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "D26YOoEpO20f2GGF4tgd"
  },
  "jwt_secret": "zicTyMxAdL0pXmV7p+dBxVtT1H/2rI6u",
  "api_keys": {
    "stripe": "sk_live_o0QlgDjYIqunrsVQeDhxaht7",
    "sendgrid": "SG.27pl1rfIjif57Ll/s/Kgu9",
    "twilio_sid": "AC8854e0bbaf352a95d319090f31bf3108"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}