Commit 96b1e3e06ff3def90e632b9de2dbd9ace080b65e
1 parent
4d53c4ce92
Exists in
master
fix update server
Showing 2 changed files with 1 additions and 1 deletions Side-by-side Diff
__pycache__/routes.cpython-310.pyc
No preview for this file type
k2/k2cfg.py
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | version = '2.5.1.27' |
| 16 | 16 | db = SQLAlchemy() |
| 17 | 17 | domain = 'http://127.0.0.1:5000/' |
| 18 | - update_domain = 'http://192.168.20.229/' #'http://185.174.172.137/' | |
| 18 | + update_domain = 'https://k2update.corp2.eu/' #'http://185.174.172.137/' | |
| 19 | 19 | venv_bin_path = os.path.join(os.path.dirname(sys.prefix), 'venv/Scripts') #for windows |
| 20 | 20 | #venv_bin_path = os.path.join(os.path.dirname(sys.prefix), 'venv/bin') #for linux |
| 21 | 21 | json_sort_keys = False |