Projekt

Obecné

Profil

Stáhnout (1.16 KB) Statistiky
| Větev: | Tag: | Revize:
1 7a998d66 Eliška Mourycová
#
2 4a417b8b Eliška Mourycová
# Tri Musketyri, ASWI 2021
3 38a18391 Eliška Mourycová
# This is the server configuration file. See the documentation for detailed information about its structure.
4 c9ac14ff Eliška Mourycová
# Pass the path to this file as an argument to the server program when launching it.
5 7a998d66 Eliška Mourycová
#
6
7 38a18391 Eliška Mourycová
# --- DATA FILES DOWNLOADING CONFIGURATION ---
8 7a998d66 Eliška Mourycová
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 4a417b8b Eliška Mourycová
# 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 7a998d66 Eliška Mourycová
!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 fbc74182 Eliška Mourycová
./data/auto
23 7a998d66 Eliška Mourycová
24 38a18391 Eliška Mourycová
# --- (future) WEATHER PREDICTION DOWNLOADING CONFIGURATION ---
25
# the url to download from - must contain data in specific format, see documentation for details
26
!weather_site!
27
http://wttr.in/Plzen,czechia?format=j1
28
29 7a998d66 Eliška Mourycová
30
# --- CONNECTION CONFIGURATION ---
31
32
# port configuration
33
!port!
34
10000