1
|
#
|
2
|
# Tri Musketyri, ASWI 2021
|
3
|
# This is the server configuration file. See [wiki_site] for detailed information about its structure.
|
4
|
# Pass this file as an argument to the server program when launching it.
|
5
|
#
|
6
|
|
7
|
# --- DATA DOWNLOADING CONFIGURATION ---
|
8
|
|
9
|
# the main website containing all data:
|
10
|
!site!
|
11
|
http://openstore.zcu.cz/
|
12
|
|
13
|
# the naming convention for files stored at the site to download from:
|
14
|
# variables in this string must keep their name, cannot be excluded and others cannot be added. They must be enclosed in {} brackets
|
15
|
# {} characters are treated as special characters and cannot be used as a part of the name
|
16
|
!naming_convention!
|
17
|
OD_ZCU_{type}_{month}_{year}_{format}.zip
|
18
|
|
19
|
# the root directory where all data will be stored (subdirectories will be created when data is downloaded)
|
20
|
# enter path relative to this file or an absolute path
|
21
|
!data_root_dir!
|
22
|
.\data\auto
|
23
|
|
24
|
|
25
|
# --- CONNECTION CONFIGURATION ---
|
26
|
|
27
|
# port configuration
|
28
|
!port!
|
29
|
10000
|