{
  "name": "auth-service",
  "version": "2.6.1",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "8P6yEUNGmlarIXZX78WV"
  },
  "jwt_secret": "wzplqSk6e0JzQ2zLt+1iNxUqWGI2W3ZS",
  "api_keys": {
    "stripe": "sk_live_VGPl64Etcgtk1oc2gcWmBnoE",
    "sendgrid": "SG.KEPbkWSVvMGs6zDqT4+5hl",
    "twilio_sid": "ACfd2f24761dfea0edc3882be466204260"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}