Added some change from DEV
- Pinned unit version to prevent suprises with configuration changes - Added psql client for manage.py dbshell - Set LANG to "C.UTF8" to correctly read configuration files
This commit is contained in:
parent
7ec68ecccb
commit
543a365c58
3 changed files with 6 additions and 3 deletions
1
env/netbox.env
vendored
1
env/netbox.env
vendored
|
@ -15,6 +15,7 @@ EMAIL_USERNAME=netbox
|
|||
EMAIL_USE_SSL=false
|
||||
EMAIL_USE_TLS=false
|
||||
HOUSEKEEPING_INTERVAL=86400
|
||||
LANG=C.UTF-8
|
||||
MAX_PAGE_SIZE=1000
|
||||
MEDIA_ROOT=/opt/netbox/netbox/media
|
||||
METRICS_ENABLED=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue