{
  "name": "auth-service",
  "version": "2.3.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EiIwkMJuw7FqeLCDPNVm"
  },
  "jwt_secret": "lm9q6Pz5XDfe8S5o+Ip0XrzzST2Vfca3",
  "api_keys": {
    "stripe": "sk_live_ULu4gIjCHMTY8xCBfg7cQmai",
    "sendgrid": "SG.3tfytNaWAqHIIRw9KczDQk",
    "twilio_sid": "ACc6a6d7bd5848872f66f0c38026ba99f8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}