Files
itv-config/config.py
Ivan Vazhenin 1a5a5423a0 fix
2023-12-24 18:34:21 +03:00

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"