diff --git a/src/BreCalClient/App.config b/src/BreCalClient/App.config index d6fc131..335a433 100644 --- a/src/BreCalClient/App.config +++ b/src/BreCalClient/App.config @@ -38,7 +38,7 @@ https://www.textbausteine.net/ - http://127.0.0.1:5000 + https://brecaldevel.bsmd-emswe.eu diff --git a/src/BreCalClient/Properties/Settings.Designer.cs b/src/BreCalClient/Properties/Settings.Designer.cs index 229f8e9..ece7fc6 100644 --- a/src/BreCalClient/Properties/Settings.Designer.cs +++ b/src/BreCalClient/Properties/Settings.Designer.cs @@ -64,7 +64,7 @@ namespace BreCalClient.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://127.0.0.1:5000")] + [global::System.Configuration.DefaultSettingValueAttribute("https://brecaldevel.bsmd-emswe.eu")] public string API_URL { get { return ((string)(this["API_URL"])); diff --git a/src/BreCalClient/Properties/Settings.settings b/src/BreCalClient/Properties/Settings.settings index 7fd6d5d..b10fd5b 100644 --- a/src/BreCalClient/Properties/Settings.settings +++ b/src/BreCalClient/Properties/Settings.settings @@ -15,7 +15,7 @@ - http://127.0.0.1:5000 + https://brecaldevel.bsmd-emswe.eu 800 diff --git a/src/server/BreCal/local_db.py b/src/server/BreCal/local_db.py index f6e04f7..03801b2 100644 --- a/src/server/BreCal/local_db.py +++ b/src/server/BreCal/local_db.py @@ -13,7 +13,7 @@ def initPool(instancePath, connection_filename="connection_data_devel.json"): if(config_path == None): config_path = os.path.join(instancePath,f'../../../secure/{connection_filename}') #connection_data_devel.json'); - config_path = "C:/temp/connection_data_devel.json" + # config_path = "E:/temp/connection_data.json" print (config_path) if not os.path.exists(config_path): @@ -35,7 +35,7 @@ def initPool(instancePath, connection_filename="connection_data_devel.json"): credentials_file = "email_credentials_devel.json" credentials_path = os.path.join(instancePath,f'../../../secure/{credentials_file}') - credentials_path = "C:/temp/email_credentials_devel.json" + # credentials_path = "E:/temp/email_credentials_devel.json" if not os.path.exists(credentials_path): print ('cannot find ' + os.path.abspath(credentials_path))