Skip to content
Snippets Groups Projects
Verified Commit f6ff1b67 authored by David Beniamine's avatar David Beniamine
Browse files

Add required ANNOTOT_PROTO in template

parent 81c2f676
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ CORS_ALLOWED_HOSTS=http://localhost:$DEV_PORT ...@@ -23,6 +23,7 @@ CORS_ALLOWED_HOSTS=http://localhost:$DEV_PORT
# ENV = development or production # ENV = development or production
ANNOTOT_ENV=development ANNOTOT_ENV=development
ANNOTOT_PORT=3000 ANNOTOT_PORT=3000
ANNOTOT_PROTO=http
ANNOTOT_LISTEN_IP=0.0.0.0 ANNOTOT_LISTEN_IP=0.0.0.0
# This is the host used by annotot request launched by the client using mirador # This is the host used by annotot request launched by the client using mirador
# It should be localhost on dev mode, an something like annotot.yourservice.com in production # It should be localhost on dev mode, an something like annotot.yourservice.com in production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment