Skip to content

Commit

Permalink
Update mtw-dist.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Sep 27, 2023
1 parent dbf9349 commit 0f24bfd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions flask-app/instance/conf/mtw-dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ APP_PATH = /mtw

### ! Required ! ###
### Host root link prefix - WITHOUT trailing slash ! ###
HOST_LINK = https://dev.medvik.cz
HOST_LINK = http://127.0.0.1

### ! Background Worker host:port ! ###
WORKER_HOST = http://127.0.0.1:55933/
Expand Down Expand Up @@ -84,11 +84,6 @@ CACHING = {"CACHE_TYPE": "FileSystemCache", "CACHE_DEFAULT_TIMEOUT": 1800, "CACH
### Flask-Session params
## See: https://flasksession.readthedocs.io/en/latest/

## - in development/testing:
#SESSIONS = {"SESSION_COOKIE_NAME": "mtwdevsession", "PERMANENT_SESSION_LIFETIME": 14400, "SESSION_KEY_PREFIX": "MTWSDEV",
# "SESSION_FILE_THRESHOLD": 1000, "SESSION_COOKIE_SECURE": false, "SESSION_PERMANENT": false }

## - in production:
SESSIONS = {"SESSION_COOKIE_NAME": "mtwsession", "PERMANENT_SESSION_LIFETIME": 14400, "SESSION_KEY_PREFIX": "MTWS",
"SESSION_FILE_THRESHOLD": 1000, "SESSION_COOKIE_SECURE": true, "SESSION_PERMANENT": true }

Expand All @@ -100,7 +95,6 @@ GCSP = {"script-src": "'self' ",
"img-src": "'self' *.medvik.cz *.nlk.cz data:"
}


[sparqlconf]

### ! Target translation language code (subtag) ! ###
Expand Down

0 comments on commit 0f24bfd

Please sign in to comment.