update for new dweb
All checks were successful
Deploy App / deploy (push) Successful in 31s

This commit is contained in:
valere
2025-10-30 16:36:33 +01:00
parent 78808b0170
commit a42b8a4765
2 changed files with 1 additions and 1 deletions

6
env.sh Executable file
View File

@@ -0,0 +1,6 @@
export REPO_NAME="files"
export DOMAIN="files.$MAIN_DOMAIN"
export PORT="8000"
export PORT_EXPOSED="3000"
export REDIRECTIONS="" # example.$MAIN_DOMAIN->/route $MAIN_DOMAIN->url /route->/another-route /route->url
export LAUNCHER_HIDDEN=true