Files
huly-selfhost/setup.sh
T
2024-09-16 20:50:14 +07:00

8 lines
185 B
Bash
Executable File

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