{
  "name": "user-service",
  "version": "2.6.23",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "x6yggbsVNKUFEz3u8D7b"
  },
  "jwt_secret": "Not60DM1wdYCAlzLpl4K750X86lCfart",
  "api_keys": {
    "stripe": "sk_live_RmWQdDT4UQK6u7ScEInTMK5E",
    "sendgrid": "SG.Lgte8WMPJhHGIVonlr5CHG",
    "twilio_sid": "AC5383bd6c83e8ffa7fc5fe2e235575639"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}