{
  "name": "auth-service",
  "version": "1.0.24",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "VtIk012p1GxJbzh8fPcX"
  },
  "jwt_secret": "BuL4EeJCJ0wIWcdKKO2/uuE7Chb8d6OI",
  "api_keys": {
    "stripe": "sk_live_N66BhGhhWSg6kBApaiNsI036",
    "sendgrid": "SG.YuM1kgRJfxMG+khJlanPYc",
    "twilio_sid": "AC8c8de2039bffdbaedcfe6c3ce9089df7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}