{
  "name": "user-service",
  "version": "2.4.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yubpZj1uihMdv0VeviGk"
  },
  "jwt_secret": "rB3huZh5yrTmJhc6JfFbRE35/233qVJ1",
  "api_keys": {
    "stripe": "sk_live_h2pJfNw1jOVxZ18zuccWi3x4",
    "sendgrid": "SG.jgfhAbasWxMDWJhsmjmpZt",
    "twilio_sid": "AC51562757c2dbf035a51c5f8b74306cb4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}