idac #3

Closed
kwankaho wants to merge 2 commits from kwankaho/artemis:idac into idac
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.9.15-slim-bullseye
RUN apt update && apt install default-libmysqlclient-dev build-essential libtk nodejs npm -y
RUN apt update && apt install default-libmysqlclient-dev build-essential libtk nodejs npm pkg-config -y
WORKDIR /app
COPY requirements.txt requirements.txt
@ -15,7 +15,7 @@ COPY dbutils.py dbutils.py
ADD core core
ADD titles titles
ADD config config
ADD log log
ADD logs logs
ADD cert cert
ENTRYPOINT [ "/app/entrypoint.sh" ]

View File

@ -1,5 +1,5 @@
server:
enabled: True
enable: True
loglevel: "info"
ssl: False
ssl_key: "cert/idac.key"
@ -11,12 +11,12 @@ server:
port_matching_p2p: 20003
stamp:
enabled: True
enable: True
enabled_stamps: # max 3 play stamps
- "touhou_remilia_scarlet"
- "touhou_flandre_scarlet"
- "touhou_sakuya_izayoi"
timetrial:
enabled: True
enable: True
enabled_timetrial: "touhou_remilia_scarlet"