{
  "name": "auth-service",
  "version": "2.6.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "laCyGNzFY4b9hN4CZYCZ"
  },
  "jwt_secret": "m+arn9Tixx1BhiEpH1oTRPJ/QV1QSYx3",
  "api_keys": {
    "stripe": "sk_live_gAOEANSKzPiYY7mTAH7zisxA",
    "sendgrid": "SG.NwZfyg1i7zLTFRyJf2pdCn",
    "twilio_sid": "ACcac5d23841ff5845be467aca6648521e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}