mirror of
https://github.com/wgtunnel/desktop.git
synced 2026-06-02 00:29:09 +02:00
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
include required("conveyor.conf")
|
|
|
|
# Replace IP with machine IP for testing on private network
|
|
app {
|
|
site {
|
|
copy-to = "./local-site"
|
|
base-url = "localhost:5500"
|
|
consistency-checks = "warn"
|
|
}
|
|
ignore-connection-issues-for-hosts += "localhost:5500"
|
|
} |