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

@ -18,7 +18,8 @@ RUN useradd --create-home --home-dir /gorb gorb
USER gorb
ENV WEB_URL=https://gorb.app/web/ \
ENV WEB_FRONTEND_URL=https://gorb.app/web/ \
WEB_BASE_PATH=/api \
DATABASE_USERNAME=gorb \
DATABASE_PASSWORD=gorb \
DATABASE=gorb \