fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/provisioning/roles/shelfzilla/templates/shelfzilla.toml

28 lines
471 B
TOML

[global]
database_url = "postgres:///shelfzilla"
installed_apps = [
"gunicorn",
]
[filer]
base_url = "{{ filer_base_url }}"
[log]
logfile = "{{ logfile }}"
[overwrite]
debug = {{ debug }}
template_debug = {{template_debug}}
site_id = 1
static_root = "{{ static_root }}"
static_url = "{{ static_url }}"
media_root = "{{ media_root }}"
media_url = "{{ media_url }}"
secret_key = "{{ secret_key }}"
internal_ips = ["127.0.0.1"]
allowed_hosts = ["shelfzilla.com"]