feat: fixed login backend url

This commit is contained in:
2022-05-02 23:10:07 +08:00
parent 0fcb56c8a3
commit a42ef851be
3 changed files with 51 additions and 11 deletions

View File

@@ -3,6 +3,7 @@ MAST_CLIENT="<your client id>"
MAST_SECRET="<your client key>"
MAST_SCOPE="read:accounts"
AUTH_BACKEND_URL="http://hole.localhost"
FRONTEND_WHITELIST="https://hole-thu.github.io"
DATABASE_URL="postgres://hole:hole_pass@localhost/hole_v2"