{
  "name": "auth-service",
  "version": "2.5.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jMgxQ5hUG0sr1smtqDdv"
  },
  "jwt_secret": "gV+gN4qZWkDkGC35vFhjmtP+wPLLF9N9",
  "api_keys": {
    "stripe": "sk_live_HkS8MhIWcDVtCKBFGIHTP3RM",
    "sendgrid": "SG.EZMZVsyQYpcwj1Z1Rg+HU+",
    "twilio_sid": "ACd856e9e00afcb0e5e975b4b6cba0a625"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}