{
  "name": "user-service",
  "version": "2.0.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cagmXjiHvfTtfWMaF3ei"
  },
  "jwt_secret": "7+4sBQQ1dnw5fAERqjvk1pIsBzm75wcC",
  "api_keys": {
    "stripe": "sk_live_RwIYUZeJFmDKkCGWzBX4jrgQ",
    "sendgrid": "SG.QShbMEVudtcC1VuwnP7cal",
    "twilio_sid": "ACf35cd76f4aaf0c74dd24aadd43c37ca8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}