freeleaps-authentication/tests/base/config.py
2025-10-30 11:26:05 +08:00

5 lines
126 B
Python

# user with admin role
USER_EMAIL = "XXXX"
USER_PASSWORD = "XXXX"
# authentication base url
BASE_URL = "http://localhost:8103"