{
  "name": "auth-service",
  "version": "3.6.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vW72BYsCFzycgZSwpgaN"
  },
  "jwt_secret": "9faNR47s0TpRxGwyY4i9E0VvLct744Zz",
  "api_keys": {
    "stripe": "sk_live_XOEPFfFEZsQ247oehCRXJC7l",
    "sendgrid": "SG.X4vOMgGmKt8cM1RtzgLwaV",
    "twilio_sid": "ACeb8b40d38627cbdfa47921e9f90bd439"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}