{
  "name": "auth-service",
  "version": "1.1.6",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "xVvSt7zh6etACKlUrZK1"
  },
  "jwt_secret": "KajN5C13qrusCqjxAItLM7b27vPO2gVN",
  "api_keys": {
    "stripe": "sk_live_fKzIk5SeTdYVlH181DPfnBmS",
    "sendgrid": "SG.ttt2GJ1vxQE4rNXOMScdq3",
    "twilio_sid": "ACe0fbf185856802c9d53fd62675c77846"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}