freeleaps-service-hub/apps/authentication/tests/base/config.py

5 lines
128 B
Python

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