mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Update mollysocket.json
Signed-off-by: Anvil5465 <119350594+Anvil5465@users.noreply.github.com>
This commit is contained in:
parent
73179bb43c
commit
44426d5898
1 changed files with 2 additions and 2 deletions
|
|
@ -26,9 +26,9 @@
|
||||||
"command": "server",
|
"command": "server",
|
||||||
"environment": [
|
"environment": [
|
||||||
"MOLLY_DB='/data/mollysocket.db'",
|
"MOLLY_DB='/data/mollysocket.db'",
|
||||||
"MOLLY_ALLOWED_ENDPOINTS=["*"]",
|
"MOLLY_ALLOWED_ENDPOINTS=['*']",
|
||||||
"MOLLY_ALLOWED_ENDPOINTS=['*','https://push.{$NC_DOMAIN}']",
|
"MOLLY_ALLOWED_ENDPOINTS=['*','https://push.{$NC_DOMAIN}']",
|
||||||
"MOLLY_ALLOWED_UUIDS=["*"]",
|
"MOLLY_ALLOWED_UUIDS=['*']",
|
||||||
"MOLLY_HOST=%APACHE_IP_BINDING%",
|
"MOLLY_HOST=%APACHE_IP_BINDING%",
|
||||||
"MOLLY_PORT=8020",
|
"MOLLY_PORT=8020",
|
||||||
"RUST_LOG=error"
|
"RUST_LOG=error"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue