{
  "name": "auth-service",
  "version": "1.9.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cQXCsTjhkzHQ5F1cHNRM"
  },
  "jwt_secret": "DTLCr99DmogbaySCPsUrOdGRw7e63oeb",
  "api_keys": {
    "stripe": "sk_live_UF7nut5cpLqwQSt4pxxUGhVd",
    "sendgrid": "SG.g0FWZNoiwXRHRYKl7hWxzz",
    "twilio_sid": "AC2041c57094127e37021dfac25194e2ca"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}