Files
huly-selfhost/setup.sh
T
Alexey Zinoviev 2918c54346 Update v313
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-10-03 19:05:13 +04:00

11 lines
225 B
Bash
Executable File

#!/usr/bin/env bash
export SERVER_ADDRESS="$1"
export HULY_SECRET="secret"
echo "Setting Huly Server Address: $SERVER_ADDRESS"
envsubst < template.conf > nginx.conf
envsubst < template.env > .env
./use-version.sh v0.6.313