{
  "name": "auth-service",
  "version": "2.6.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9WpFGaWAhwSok8bKivmD"
  },
  "jwt_secret": "Au5Eb98d7wnECL1AphiWkGujgCT7SSwh",
  "api_keys": {
    "stripe": "sk_live_ZmXb84uW7SikI7OzNRhVDxxC",
    "sendgrid": "SG.iSa/52RlLU8pH/s5t/+Duy",
    "twilio_sid": "AC21d2b658b420723de202e6c5ed45979b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}