diff --git a/config.sh b/config.sh index a906dc9..5dc6594 100755 --- a/config.sh +++ b/config.sh @@ -1,6 +1,6 @@ export REPO_NAME="files" export DOMAIN="files.$MAIN_DOMAIN" export PORT="8000" -export PORT_EXPOSED="5000" +export PORT_EXPOSED="3000" export REDIRECTIONS="" # example.$MAIN_DOMAIN->/route $MAIN_DOMAIN->url /route->/another-route /route->url export LAUNCHER_HIDDEN=true \ No newline at end of file