Make service configs

This commit is contained in:
Ivan Vazhenin
2024-02-18 18:40:23 +03:00
parent 0a9c887b7e
commit 0910a2b780
2 changed files with 3 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ RUN cd deps/pygost-5.12/ && \
ENV LD_LIBRARY_PATH "/app"
ENV PYTHONPATH "${PYTHONPATH}:/app"
EXPOSE 9000
EXPOSE 80
EXPOSE 8000
CMD ["python3", "main.py"]

View File

@@ -1,8 +1,8 @@
class Config:
ret_path: str = 'http://10.10.8.81:9000/'
ret_path: str = 'http://10.10.8.83:32200/'
self_bnd: str = 'bnd127'
enserver: str = 'http://127.0.0.1:7000/xmlrpc'
enserver: str = 'http://10.10.8.83:32210/xmlrpc'
remote_bnd: str = 'bnd128'
pg_host: str = '10.10.8.83'