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

5 lines
126 B
Python

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