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:
Tobias Genannt 2021-11-25 11:01:04 +01:00
parent 7ec68ecccb
commit 543a365c58
3 changed files with 6 additions and 3 deletions

1
env/netbox.env vendored
View file

@ -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