freeleaps-authentication/tests/base/config.py

5 lines
126 B
Python
Raw Normal View History

2025-10-30 03:26:05 +00:00
# user with admin role
USER_EMAIL = "XXXX"
USER_PASSWORD = "XXXX"
# authentication base url
BASE_URL = "http://localhost:8103"