Files
huly-selfhost/setup.sh
T
2024-03-12 15:09:38 +01:00

6 lines
156 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