updated configs updated
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
class HostConfig:
|
||||
|
||||
MAIN_HOST: str = "10.10.2.36" # http://10.10.2.36
|
||||
EMAIL_HOST: str = "10.10.2.34" # http://10.10.2.34
|
||||
from ApiLayers.AllConfigs import HostConfig
|
||||
|
||||
|
||||
class MainConfig:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from Configs.host_config import HostConfig
|
||||
from ApiLayers.AllConfigs import HostConfig
|
||||
|
||||
|
||||
class MongoConfig:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from Configs.host_config import HostConfig
|
||||
from ApiLayers.AllConfigs import HostConfig
|
||||
|
||||
|
||||
class Database:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from Configs.host_config import HostConfig
|
||||
from ApiLayers.AllConfigs import HostConfig
|
||||
|
||||
|
||||
class WagRedis:
|
||||
|
||||
Reference in New Issue
Block a user