Update DashboardConfig.py
parent
1fe03e1664
commit
b9e09bf91b
|
|
@ -16,7 +16,7 @@ from .DashboardAPIKey import DashboardAPIKey
|
||||||
|
|
||||||
|
|
||||||
class DashboardConfig:
|
class DashboardConfig:
|
||||||
DashboardVersion = 'v4.3.0.1'
|
DashboardVersion = 'v4.3.0.2'
|
||||||
ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.')
|
ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.')
|
||||||
ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard.ini')
|
ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard.ini')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue