{
  "name": "auth-service",
  "version": "2.9.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0qrAUtDImJ7KtulD2i73"
  },
  "jwt_secret": "L37CoMD17u3JRmTLdOQURLKaxNjNGFi4",
  "api_keys": {
    "stripe": "sk_live_Crbv9cnkmV9QG1yXkA82x6OF",
    "sendgrid": "SG.18KqkmKxwNEwOLS8M6rZmz",
    "twilio_sid": "AC868b3bb8998632da13a90ace76978210"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}