{
  "name": "auth-service",
  "version": "3.4.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jlnz9GAnUeYOedOpOatM"
  },
  "jwt_secret": "flXA0oy4ToYIhzOQrUH4znzbVknzDcWN",
  "api_keys": {
    "stripe": "sk_live_AFZU5Nam1NgYpHVvO0HbHhmF",
    "sendgrid": "SG.vuO7S/uVeIWN7o8Ge+El3j",
    "twilio_sid": "AC7d2560008a296599f845aee08a974a5c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}