{
  "name": "user-service",
  "version": "3.8.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3KFdYQsoc672hYIGncDU"
  },
  "jwt_secret": "E0IVIQXieBpLg+wf/eCKTpWGor93ETny",
  "api_keys": {
    "stripe": "sk_live_VsQlwLQIkstt8P2v2260uSXb",
    "sendgrid": "SG.ycRUMGADa1ea8UYj46OU0R",
    "twilio_sid": "ACa16dde16f08a2bbdcd9699eefd8462bb"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}