{
  "name": "user-service",
  "version": "1.9.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "axnMN3RdDnw1xTkpJOrT"
  },
  "jwt_secret": "n4lt8WT5PPaGJet+ToMTeJgiWtEbT3qZ",
  "api_keys": {
    "stripe": "sk_live_ocRuJO8I3CxCCmvGQHmClj52",
    "sendgrid": "SG.4T+QwYyhsUGGz1NI1Znxyb",
    "twilio_sid": "AC62d6d4d9a293655f945ac00abf8ff275"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}