{
  "name": "user-service",
  "version": "1.0.20",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OL4bGYaRLFIWxJpYtkFF"
  },
  "jwt_secret": "dF8HZxlHBQvUyL6ce+0lG3P4RY4hYSZm",
  "api_keys": {
    "stripe": "sk_live_oNVJgM8ckgQSc6obWEstEqLL",
    "sendgrid": "SG.CZglz15qxQ2I+wUIVC9wVe",
    "twilio_sid": "AC5695e3c87b445b48d5c9eb752da92dfa"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}