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

This commit is contained in:
hexlocation pc 2024-07-13 00:57:50 +02:00
parent a85d27f9a4
commit 5f37d2a9b4
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/target
target
guests.json

View file

@ -1,2 +1,6 @@
[global.templates]
dir = "templates"
[production]
address = "0.0.0.0"
log = "critical"