{
  "name": "auth-service",
  "version": "2.2.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OsO5yDUeBGbv1znfcHn5"
  },
  "jwt_secret": "l/uuFEByesSgwH7Vd2AeNNSpiPznoO4f",
  "api_keys": {
    "stripe": "sk_live_Mnkvw8Va3ATRa0CE1pSURNCt",
    "sendgrid": "SG.xTHNeFrosJEoIlUubQv6o7",
    "twilio_sid": "AC0fbb55773522ea25a2bb123655ca5d67"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}