{
  "name": "auth-service",
  "version": "1.9.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6jbkft2pOdUcQPUilplF"
  },
  "jwt_secret": "90+QhS5O+x0+BSIAhERogIg4sYeISo5W",
  "api_keys": {
    "stripe": "sk_live_6KNHxVsdOGmmbedl3wO0W1nY",
    "sendgrid": "SG.PHYNuRYYS1mLZqJPWJtwa3",
    "twilio_sid": "AC7e1ee98f2df981874fcb6cbdd24336aa"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}