2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Admonition

This commit is contained in:
Oliver Walters 2022-04-20 23:05:13 +10:00
parent d84becb357
commit af2bcbdbdf

View File

@ -74,7 +74,8 @@ InvenTree stores data which is meant to be persistent (e.g. uploaded media files
The first step is to edit the environment variables, located in the `.env` file.
The only *mandatory* change is to define the `INVENTREE_EXT_VOLUME` variable - this must point to a directory *on your local machine* where persistent data is to be stored.
!!! warning "External Volume"
The only *mandatory* change is to define the `INVENTREE_EXT_VOLUME` variable - this must point to a directory *on your local machine* where persistent data is to be stored.
!!! info "Database Credentials"
You may also wish to change the database username (`INVENTREE_DB_USER`) and password (`INVENTREE_DB_PASSWORD`) from their default values