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

  1. # SITE_ROOT = "https://my-monitoring-project.com"
  2. # SITE_NAME = "My Monitoring Project"
  3. # DEFAULT_FROM_EMAIL = "[email protected]"
  4. # Uncomment to use Postgres:
  5. # DATABASES = {
  6. # 'default': {
  7. # 'ENGINE': 'django.db.backends.postgresql',
  8. # 'NAME': 'your-database-name-here',
  9. # 'USER': 'your-database-user-here',
  10. # 'PASSWORD': 'your-database-password-here',
  11. # 'TEST': {'CHARSET': 'UTF8'}
  12. # }
  13. # }
  14. # Uncomment to use MySQL:
  15. # DATABASES = {
  16. # 'default': {
  17. # 'ENGINE': 'django.db.backends.mysql',
  18. # 'NAME': 'your-database-name-here',
  19. # 'USER': 'your-database-user-here',
  20. # 'PASSWORD': 'your-database-password-here',
  21. # 'TEST': {'CHARSET': 'UTF8'}
  22. # }
  23. # }
  24. # Email
  25. # EMAIL_HOST = "your-smtp-server-here.com"
  26. # EMAIL_PORT = 587
  27. # EMAIL_HOST_USER = "username"
  28. # EMAIL_HOST_PASSWORD = "password"
  29. # EMAIL_USE_TLS = True