{
  "name": "auth-service",
  "version": "1.8.8",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lPL09JTizeP3IyY3H0fu"
  },
  "jwt_secret": "xEpFUMrxhRRuW5/xswyO8eSEZ7f1O/02",
  "api_keys": {
    "stripe": "sk_live_0iqNCqGCV3VQu5M2gmxqtkHt",
    "sendgrid": "SG.h7XderrVIBk4cQY94jfN72",
    "twilio_sid": "ACe8e1b38a64a0117942d202ef96493626"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}