forked from Dniel97/artemis
beerpsi
a8daa0344a
Similar to O.N.G.E.K.I. and CHUNITHM, with the caveat that the obfuscated endpoint is created using `md5(endpoint + salt)` instead of using PBKDF2 like other games. Tested and confirmed working on FESTiVAL+. The current implementation is also affected by #129, so I'm open to ideas. Reviewed-on: Hay1tsme/artemis#130 Co-authored-by: beerpsi <beerpsi@duck.com> Co-committed-by: beerpsi <beerpsi@duck.com>
17 lines
219 B
YAML
17 lines
219 B
YAML
server:
|
|
enable: True
|
|
loglevel: "info"
|
|
|
|
deliver:
|
|
enable: False
|
|
udbdl_enable: False
|
|
content_folder: ""
|
|
|
|
uploads:
|
|
photos: False
|
|
photos_dir: ""
|
|
movies: False
|
|
movies_dir: ""
|
|
|
|
crypto:
|
|
encrypted_only: False |