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 Jan 17, 2023
1 parent d0af15b commit ec1ffe8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions flask-app/instance/conf/mtw-dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ APP_PATH = /mtw
### ! Required ! ###
### Host root link prefix - WITHOUT trailing slash ! ###
#HOST_LINK = http://127.0.0.1:55930
HOST_LINK = https://test.medvik.cz
HOST_LINK = https://dev.medvik.cz

### ! Background Worker host:port ! ###
## Default - production: http://127.0.0.1:55933/ - development: http://127.0.0.1:5903/ ##
#WORKER_HOST = http://127.0.0.1:5903/
WORKER_HOST = http://127.0.0.1:55933/

### ! Always set ! ###
Expand All @@ -32,8 +31,8 @@ PREV_YEAR_DEF = 2022
PREV_YEARS = 2015,2016,2017,2018,2019,2020,2021,2022

### Date format: YYYY-MM-DD ###
REVISED_AFTER = 2021-01-01
CREATED_AFTER = 2021-01-01
REVISED_AFTER = 2022-01-01
CREATED_AFTER = 2022-01-01

### ! Always set ! ###
MARC_LIBCODE = CZ-PrNML
Expand Down

0 comments on commit ec1ffe8

Please sign in to comment.