Skip to content

Commit 6a054aa

Browse files
committed
Debugging
1 parent 7571e6b commit 6a054aa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

appconfig.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
HOST = 'localhost'
44
DATABASE = 'pregmatch'
55
CRYPT_KEY = 'p@s$VV0Rd'
6-
#mail server setup
7-
MAIL_SERVER = 'pregmatch.org'
8-
MAIL_PORT = 465
9-
MAIL_USE_TLS = False
10-
MAIL_USE_SSL = True
11-
MAIL_USERNAME = "[email protected]"
12-
MAIL_PASSWORD = "sanja11"
6+
137
URL = "https://pregmatch.org/admin"
148

159
# administrator list

0 commit comments

Comments
 (0)