{
  "name": "user-service",
  "version": "1.1.12",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DhL9i1nB8D6KKAxZk6C8"
  },
  "jwt_secret": "C72LZFjKeUv2XbPKkjzJsurmmZ5XsbkR",
  "api_keys": {
    "stripe": "sk_live_IAEtF0Q25ZYYOSaZKoaYXdKL",
    "sendgrid": "SG.3oFqnV3J0fSfvZDz/oE6Le",
    "twilio_sid": "ACfa283765529f2b0d33d2964b0b00e74b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}