{
  "name": "auth-service",
  "version": "3.1.13",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PcvKap3NNg4GSvrEfHNP"
  },
  "jwt_secret": "z+fbG94E1xSt5HPF+czKzHyAcx7Q5XwE",
  "api_keys": {
    "stripe": "sk_live_BKOVV0SbyF1ivdFqsPrYcAiZ",
    "sendgrid": "SG.WwU8WN1i9zTa4FtMcZACh9",
    "twilio_sid": "AC594ee604676aa7c22cdf42c6cccee334"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}