Remove public submodule and change user config

This commit is contained in:
Hri7566 2024-09-17 06:53:06 -04:00
parent 754629feae
commit 2133c21d22
3 changed files with 2 additions and 7 deletions

4
.gitmodules vendored
View File

@ -1,4 +0,0 @@
[submodule "public"]
path = public
url = https://github.com/Hri7566/mpp-frontend-dev
branch = dev2

View File

@ -37,7 +37,7 @@ enableAdminEval: true
# The token validation scheme. Valid values are "none", "jwt" and "uuid".
# This server will still validate existing tokens generated with other schemes if not set to "none", mimicking MPP.net's server.
# This is set to "none" by default because MPP.com does not have a token system.
tokenAuth: jwt
tokenAuth: none
# The browser challenge scheme. Valid options are "none", "obf" and "basic".
# This is to change what is sent in the "b" message.
@ -45,7 +45,7 @@ tokenAuth: jwt
# "obf" will sent an obfuscated function to the client,
# and "basic" will just send a simple function that expects a boolean.
# FIXME Note that "obf" is not implemented yet, and has undefined behavior.
browserChallenge: basic
browserChallenge: none
# Scheme for generating user IDs.
# Valid options are "random", "sha256", "mpp" and "uuid".

1
public

@ -1 +0,0 @@
Subproject commit 7f58dd80a3cc72a4f141c3a94e561e3f2bf3c5fe