{
  "name": "auth-service",
  "version": "3.3.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LQ3EpH5Tkt26ceLgGKQh"
  },
  "jwt_secret": "XSzwpyQtv/Wn2PtytBH/baFpGz+PHDM+",
  "api_keys": {
    "stripe": "sk_live_bNpMMAcEoAUf8xehpg4IZ2H0",
    "sendgrid": "SG.v3r/uqGDUssivg7ty0jTu3",
    "twilio_sid": "ACc7cee291ddd0e14cb5f29cfad07b8af9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}