1
0
Fork 0
forked from gorb/backend

style: rename url to frontend_url

This commit is contained in:
Radical 2025-05-29 20:29:45 +02:00
parent 556337aa4e
commit 3c5f3fd654
6 changed files with 12 additions and 10 deletions

View file

@ -11,7 +11,8 @@ fi
if [ ! -f "/gorb/config/config.toml" ]; then
cat > /gorb/config/config.toml <<EOF
[web]
url = "${WEB_URL}"
frontend_url = "${WEB_FRONTEND_URL}"
base_path = "${WEB_BASE_PATH}"
[database]
username = "${DATABASE_USERNAME}"