{
  "name": "auth-service",
  "version": "2.2.6",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "k8R0K2xw9X2F0aJ2k9oz"
  },
  "jwt_secret": "E64+awVnTtG9D1ASoYh31Bw6hWF3eOHg",
  "api_keys": {
    "stripe": "sk_live_un1YGPQCRVQUYcuWMwzrKllt",
    "sendgrid": "SG.D4pG+fy5SRdUuZZTNFP1EF",
    "twilio_sid": "AC6f26862d43784dd1b66f06f05dea3ada"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}