Adjust hardcoded configs

This commit is contained in:
Winston
2025-10-03 15:55:23 +02:00
parent fb89e084ca
commit 71a356eb31

View File

@@ -7,8 +7,8 @@ from authlib.integrations.flask_client import OAuth
from gdshowreelvote.database import User, DB
ADMIN_ROLE = 'admin'
STAFF_ROLE = 'staff'
ADMIN_ROLE = 'showreel-admin'
STAFF_ROLE = 'showreel-staff'
oauth = OAuth()