{
  "name": "auth-service",
  "version": "3.1.14",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "T1GPmiaYQiKphxFnNY9t"
  },
  "jwt_secret": "WLEIja78UjJVkZZQaa9LpLWWTqZiErHo",
  "api_keys": {
    "stripe": "sk_live_NyXmy2hsgWhdhPPvomBZJXBt",
    "sendgrid": "SG.77DhS+IkLpcaa6WtA4yTzy",
    "twilio_sid": "AC4a80bf4a6b4a7e92e7837350fb33abf8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}