Projekt

Obecné

Profil

Stáhnout (1.16 KB) Statistiky
| Větev: | Tag: | Revize:
1
#
2
# Tri Musketyri, ASWI 2021
3
# This is the server configuration file. See the documentation for detailed information about its structure.
4
# Pass the path to this file as an argument to the server program when launching it.
5
#
6

    
7
# --- DATA FILES 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
# --- (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

    
30
# --- CONNECTION CONFIGURATION ---
31

    
32
# port configuration
33
!port!
34
10000
(4-4/4)