{
  "name": "auth-service",
  "version": "3.9.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ohfw9voUwYjqWleJWH1B"
  },
  "jwt_secret": "6Q1Ev6swEzltv0lJq+0HBJRej1qFkLUF",
  "api_keys": {
    "stripe": "sk_live_4PzrgPdrWfDtw7RUMWVO89UT",
    "sendgrid": "SG.C/u15Hgj1l3ET3k5EPOWBY",
    "twilio_sid": "AC012aec93e1615c30d899494d42e443c7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}