mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Switch default testing/development domain name to examplectf.com (#1807)
* Use `examplectf.com` as testing/development domain instead of `ctfd.io`
This commit is contained in:
@@ -76,7 +76,7 @@ def test_viewing_challenge():
|
||||
# # Generate 5 users
|
||||
# for c in range(1, 6):
|
||||
# name = "user{}".format(c)
|
||||
# email = "user{}@ctfd.io".format(c)
|
||||
# email = "user{}@examplectf.com".format(c)
|
||||
# register_user(app, name=name, email=email, password="password")
|
||||
#
|
||||
# # Generate 5 challenges
|
||||
|
||||
Reference in New Issue
Block a user