You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
921 B

# SITE_ROOT = "https://my-monitoring-project.com"
# SITE_NAME = "My Monitoring Project"
# DEFAULT_FROM_EMAIL = "[email protected]"
# Uncomment to use Postgres:
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql',
# 'NAME': 'your-database-name-here',
# 'USER': 'your-database-user-here',
# 'PASSWORD': 'your-database-password-here',
# 'TEST': {'CHARSET': 'UTF8'}
# }
# }
# Uncomment to use MySQL:
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.mysql',
# 'NAME': 'your-database-name-here',
# 'USER': 'your-database-user-here',
# 'PASSWORD': 'your-database-password-here',
# 'TEST': {'CHARSET': 'UTF8'}
# }
# }
# Email
# EMAIL_HOST = "your-smtp-server-here.com"
# EMAIL_PORT = 587
# EMAIL_HOST_USER = "username"
# EMAIL_HOST_PASSWORD = "password"
# EMAIL_USE_TLS = True