Commit 2810272e by Bach Dániel

settings: fix EMAIL_HOST

parent 0043974b
......@@ -264,7 +264,7 @@ FIREWALL_SETTINGS = {
SITE_NAME = "IK Cloud"
DEFAULT_FROM_EMAIL = "noreply@cloud.ik.bme.hu"
DELETE_VM = True
EMAIL_HOST = '152.66.243.92' # giccero ipv4
EMAIL_HOST = '127.0.0.1'
CLOUD_URL = 'https://cloud.ik.bme.hu/'
try:
os.chdir('/opt/webadmin/cloud/')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment