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.
 
 
 
 
 

25 lines
761 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'}
# }
# }