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.

13 lines
349 B

  1. config django 'global'
  2. option static_url '/etesync/static/' # TODO for django 3.1: "static/"
  3. option debug 'false'
  4. config django 'allowed_hosts'
  5. list uci_allow_all_ips_of 'loopback'
  6. list uci_allow_all_ips_of 'lan'
  7. # list allowed_host "example.com"
  8. config django 'database'
  9. option engine 'django.db.backends.sqlite3'
  10. option name 'db.sqlite3'