Compare commits

...

2 Commits
idac ... idac

Author SHA1 Message Date
kwankaho 1ed2e5dc5d Fix Wrong Config 2023-10-19 16:16:13 +00:00
kwankaho 58e12bbb5a Fix Build Error 2023-10-19 16:14:55 +00:00
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"