{
  "name": "user-service",
  "version": "3.1.10",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "1zH6O5UMnBuTgKydXEoe"
  },
  "jwt_secret": "1ONWepppDUDP0mMRXmprQhTNBpEmGfSF",
  "api_keys": {
    "stripe": "sk_live_NZBJGPK087ZpUQYP1lDt4nt0",
    "sendgrid": "SG.Q+oPYX9AMonGyCbkDw31xu",
    "twilio_sid": "AC945ea67cad288095503b1d8306d82359"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}