. corrected for prod

This commit is contained in:
e-serg 2024-04-15 19:17:58 +03:00
parent 5975923cbb
commit a8c156e25d

View File

@ -23,7 +23,7 @@ if socket.gethostname() == 'erjemin-home':
elif socket.gethostname() in ['m1.N1', 'm1.local', ]:
# домашний комп (MacOS)
from rosmorport_tsts.my_secret_dev_home_mac import *
elif socket.gethostname() in ['orangepi5', 'srv05962228.ultasrv.net']:
else:
# продакшн (боевой) сервер
from rosmorport_tsts.my_secret_prod import *