mirror of
https://github.com/YunoHost-Apps/workout-tracker_ynh.git
synced 2024-09-03 20:36:03 +02:00
fix binding
This commit is contained in:
parent
d0cda5e7b3
commit
ede1960683
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
WT_JWT_ENCRYPTION_KEY=
|
||||
WT_BIND="[::]:__PORT__"
|
||||
WT_BIND="[::1]:__PORT__"
|
||||
WT_LOGGING="true"
|
||||
WT_DEBUG="false"
|
||||
WT_DATABASE_DRIVER="sqlite"
|
||||
|
|
Loading…
Add table
Reference in a new issue