{
  "name": "auth-service",
  "version": "1.4.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7WznLeblwA8hBGIKboZb"
  },
  "jwt_secret": "mIuKYQIL5Cs1mlKSS6fZCjRssrWSAx6J",
  "api_keys": {
    "stripe": "sk_live_IRXv7QSz1WDFLJIiwiO6LcC8",
    "sendgrid": "SG.JGUo8PBBgnHFiRZD2SpTLf",
    "twilio_sid": "ACf9736c4c691c1c6df020bf7090666d16"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}