fix: set iwakura-web to listen on 0.0.0.0 by default, on production builds.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a85d27f9a4
commit
5f37d2a9b4
2 changed files with 7 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
/target
|
||||||
|
target
|
||||||
|
guests.json
|
|
@ -1,2 +1,6 @@
|
||||||
[global.templates]
|
[global.templates]
|
||||||
dir = "templates"
|
dir = "templates"
|
||||||
|
|
||||||
|
[production]
|
||||||
|
address = "0.0.0.0"
|
||||||
|
log = "critical"
|
||||||
|
|
Loading…
Reference in a new issue