{
  "name": "auth-service",
  "version": "1.7.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PV8pWwNXb9aglfVyJW5c"
  },
  "jwt_secret": "PUWwN9hVuO2JhCyQmCO/30TQ+wLAQrdn",
  "api_keys": {
    "stripe": "sk_live_GTqldSgVwOpmVVoz7qrsbvOw",
    "sendgrid": "SG.K6W/HmMBufVdSrLht5GRG9",
    "twilio_sid": "AC1691ad2a003753385055f6b4177660ea"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}