Revize fbc74182
Přidáno uživatelem Eliška Mourycová před více než 3 roky(ů)
Server/ServerApp/Program.cs | ||
---|---|---|
73 | 73 |
Console.WriteLine("Predictor training finished."); |
74 | 74 |
|
75 | 75 |
|
76 |
// commands accepting test
|
|
76 |
// commands accepting |
|
77 | 77 |
// create a thread for commands accepting: |
78 | 78 |
CommandsAcceptor ca = new CommandsAcceptor(dd, controller); |
79 | 79 |
Thread inputThread = new Thread(ca.AcceptCommand); |
Server/ServerApp/server_config | ||
---|---|---|
19 | 19 |
# the root directory where all data will be stored (subdirectories will be created when data is downloaded) |
20 | 20 |
# enter path relative to this file or an absolute path |
21 | 21 |
!data_root_dir! |
22 |
.\data\auto
|
|
22 |
./data/auto
|
|
23 | 23 |
|
24 | 24 |
# --- (future) WEATHER PREDICTION DOWNLOADING CONFIGURATION --- |
25 | 25 |
# the url to download from - must contain data in specific format, see documentation for details |
Také k dispozici: Unified diff
Re #9052. Not a bug fix but a change of the config file.