{
  "name": "auth-service",
  "version": "3.4.23",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ajZjzrOCnmRZ61G8WDmb"
  },
  "jwt_secret": "ju5b9r70fC97W4xindJpZ0auLnh6IsI0",
  "api_keys": {
    "stripe": "sk_live_hb5xRfDYUk6p06IXxCdSzN5M",
    "sendgrid": "SG.xiMfbjHaUjLC6v1AyKBO94",
    "twilio_sid": "ACc4b76340055bcbf82f49ce994a71a948"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}