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