{
  "name": "user-service",
  "version": "3.1.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "RjqEKgqXwewLWCDi48Hg"
  },
  "jwt_secret": "gxp3mt/YUH7Tp16CjZZBS8yafzPmxkVu",
  "api_keys": {
    "stripe": "sk_live_z2b9GIxonWlhY0kcN388dKUU",
    "sendgrid": "SG.Lc+9RiaSd2c7+GgAMe8/hx",
    "twilio_sid": "AC2aa0c85fe7be2bbc86687744c8740505"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}