{
  "name": "auth-service",
  "version": "3.6.24",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RL1UYMdZ1nY0J0OVCm9l"
  },
  "jwt_secret": "msPDhTBdawiSlosJTHlOMsDgLVrq564a",
  "api_keys": {
    "stripe": "sk_live_R2To4xo5xHDf7Y2qSYaMkgo1",
    "sendgrid": "SG.1pCyd27pkMN+TrEql8tBSL",
    "twilio_sid": "ACa05d402e97ad457df8e52499239cbb61"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}