Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
feat: simplifies default cors setup + adds temp store config
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Feb 21, 2021
1 parent b954127 commit c717bca
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ host: 0.0.0.0
port: 7125
enable_debug_logging: True
config_path: ~/klipper_config
temperature_store_size: 600
gcode_store_size: 1000

[authorization]
enabled: True
cors_domains:
http://*.local
https://*.local
http://*.lan
https://*.lan
http://app.fluidd.xyz
https://app.fluidd.xyz
*.local
*.lan
*://app.fluidd.xyz
*://192.168.*

trusted_clients:
10.0.0.0/8
127.0.0.0/8
Expand All @@ -27,4 +28,3 @@ trusted_clients:
type: web
repo: cadriel/fluidd
path: ~/fluidd

0 comments on commit c717bca

Please sign in to comment.