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:
@@ -46,6 +46,12 @@ debug_shell: False
|
||||
# Set the admin URL, or use the environment variable INVENTREE_ADMIN_URL
|
||||
#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)
|
||||
# Options: DEBUG / INFO / WARNING / ERROR / CRITICAL
|
||||
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
|
||||
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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user