{
  "name": "auth-service",
  "version": "2.4.2",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "9ExrEVr4XSyvjiRoD552"
  },
  "jwt_secret": "W7hGs6kacagR8x9TVN5aIh/E4mxEU5L0",
  "api_keys": {
    "stripe": "sk_live_ydgC3ZAzC0w1gCL7NZXOAwDY",
    "sendgrid": "SG.Ie23rF7358a2LD1ezQTZQn",
    "twilio_sid": "AC61e0d128c1759c75a1d8f11b78272b51"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}