diff --git a/config.sh b/config.sh index 6f69884..5dc6594 100755 --- a/config.sh +++ b/config.sh @@ -3,3 +3,4 @@ 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 \ No newline at end of file