{
  "name": "auth-service",
  "version": "2.8.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mJpueJ7HbgwpzYKl8ypg"
  },
  "jwt_secret": "ZI0XIDxaVXNgcix5SFLYCZUSTR07UMvr",
  "api_keys": {
    "stripe": "sk_live_746i5kFIKB8EaGt7yAJ5h7w2",
    "sendgrid": "SG.Bo6PBYHjuKBBjCKXHeOF0s",
    "twilio_sid": "AC0cbf7a3885e18b91a9cfb1906676d054"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}