{
  "name": "auth-service",
  "version": "3.9.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HFO7Xv6gf0bWBfJIHk0L"
  },
  "jwt_secret": "DHC3mkjPxIilASDs27Bd061DSE1lKSGf",
  "api_keys": {
    "stripe": "sk_live_ZWRAqLNV1c6xPWL5XHfGjiRM",
    "sendgrid": "SG.2zQ3BsslN2saoVABp0AqHz",
    "twilio_sid": "AC2abaf0f54affccd32b84b33f31b0d242"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}