web-config.json 254 B

1234567891011
  1. {
  2. "port": 3000,
  3. "app_name": "WebConfig Example",
  4. "debug": true,
  5. "database": {
  6. "host": "localhost",
  7. "port": 5432,
  8. "name": "example_db"
  9. },
  10. "allowed_origins": ["http://localhost:3000", "http://example.com"]
  11. }