5 lines
158 B
Python
5 lines
158 B
Python
|
|
class Config:
|
|
db_connection_string = "postgresql+psycopg://postgres:Root12345678@10.10.8.83:32101/db"
|
|
enserver_url = "http://10.10.8.70:7000/xmlrpc"
|