{
  "name": "user-service",
  "version": "1.9.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AaR1aa2JCgESJN5OFoIE"
  },
  "jwt_secret": "13N5RomAQgEA8zDTv+KxKdV9pcYunsuF",
  "api_keys": {
    "stripe": "sk_live_gbFyg58GTPTt6IuIhHcvKSpr",
    "sendgrid": "SG.EZHuOtX4bD0BztypZrilxs",
    "twilio_sid": "ACdeab19cb990a379c2efe6d77802d58dc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}