{
  "name": "auth-service",
  "version": "2.6.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mGAlkWRtwtbqdf535ooX"
  },
  "jwt_secret": "9bo/Apyg50Mz0amKSaZRJqFLGoLf21Yl",
  "api_keys": {
    "stripe": "sk_live_ox6GMc2GLxJMSmx4ebQnAYJs",
    "sendgrid": "SG.QdW4A8ZZ8fDHpiPzhFbYR0",
    "twilio_sid": "AC0785cbbeb6d2b399f06c9cf658658415"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}