{
  "name": "auth-service",
  "version": "1.6.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "r5QcL2zrFE3KZCboB7Kn"
  },
  "jwt_secret": "ZSWEnPytF2NQHtctonQZ13yIkQlZ5yen",
  "api_keys": {
    "stripe": "sk_live_gkP1HB0EJg36rg3hHeYV52cB",
    "sendgrid": "SG./GWoqqEFytMPtIcBplWJ0G",
    "twilio_sid": "AC42912fb6e42813d98b97326d2d72fd7e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}