Skip to content
Snippets Groups Projects
Verified Commit cc8e0468 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Remove localhost from URLs [skip ci]

parent 0ec978af
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ ENV ADMIN_EMAIL=picasoft@assos.utc.fr \
ADMIN_USERNAME=admin \
APP_DESC="Une alternative libre et décentralisée à Google Forms" \
APP_NAME=Picaform \
BASE_URL=localhost \
BASE_URL=https://form.picasoft.net \
CREATE_ADMIN=TRUE \
# Allows not to use Redis
ENABLE_CLUSTER_MODE=FALSE \
......@@ -40,7 +40,9 @@ ENV ADMIN_EMAIL=picasoft@assos.utc.fr \
PORT=5000 \
ROOT=/opt/app \
SIGNUP_DISABLED=FALSE \
SOCKET_URL=localhost:5000 \
# Since this commit it seems that we can have the same URL than the main app
# https://github.com/ohmyform/ohmyform/commit/77cabf15e5099a8434103b49547fba366ad4bcde
SOCKET_URL=https://form.picasoft.net \
SOCKET_PORT=5000 \
SUBDOMAINS_DISABLED=TRUE \
TLS_FLAVOR=notls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment