{
  "name": "auth-service",
  "version": "1.8.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ey2KsGLRFJ642FOkrIPP"
  },
  "jwt_secret": "E/guXhc4NVcEeBA7JqpjVW6rpbk4DmBa",
  "api_keys": {
    "stripe": "sk_live_cX26GCZj4WDdKC4eCOUGWuFj",
    "sendgrid": "SG.ZwGnZGEVHBjOx+ILX2mDlr",
    "twilio_sid": "AC2e8e3df1e1869d6680701bd1d744f1ef"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}