2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-22 20:23:27 +00:00

Put the admin user info in one place (#11047)

This commit is contained in:
Mitch Davis
2025-12-21 11:52:37 +11:00
committed by GitHub
parent 36cfd2c110
commit 27c4c5b467

View File

@@ -46,6 +46,12 @@ debug_shell: False
# Set the admin URL, or use the environment variable INVENTREE_ADMIN_URL # Set the admin URL, or use the environment variable INVENTREE_ADMIN_URL
#admin_url: 'admin' #admin_url: 'admin'
# Add new user on first startup by either adding values here or from a file
#admin_user: admin
#admin_email: info@example.com
#admin_password: inventree
#admin_password_file: '/etc/inventree/admin_password.txt'
# Configure the system logging level (or use environment variable INVENTREE_LOG_LEVEL) # Configure the system logging level (or use environment variable INVENTREE_LOG_LEVEL)
# Options: DEBUG / INFO / WARNING / ERROR / CRITICAL # Options: DEBUG / INFO / WARNING / ERROR / CRITICAL
log_level: WARNING log_level: WARNING
@@ -69,13 +75,6 @@ language: en-us
# System time-zone (default is UTC). Reference: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # System time-zone (default is UTC). Reference: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: UTC timezone: UTC
# Add new user on first startup by either adding values here or from a file
#admin_user: admin
#admin_email: info@example.com
#admin_password: inventree
#admin_password_file: '/etc/inventree/admin_password.txt'
# Email backend configuration # Email backend configuration
# See https://docs.inventree.org/en/stable/settings/email for more information on email configuration # See https://docs.inventree.org/en/stable/settings/email for more information on email configuration
# You can either use (1) SMTP, (2) console or (3) anymail backends # You can either use (1) SMTP, (2) console or (3) anymail backends