feat(customers): add initial admin bootstrap and csv import
This commit is contained in:
parent
c816e9869d
commit
ecab0fe6b6
27 changed files with 1197 additions and 34 deletions
|
|
@ -4,3 +4,12 @@ SECRET_KEY=CHANGE_ME
|
|||
|
||||
APP_NAME=Hermes API
|
||||
APP_VERSION=0.1.0
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=60
|
||||
JWT_ISSUER=hermes
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
INITIAL_ADMIN_USERNAME=
|
||||
INITIAL_ADMIN_EMAIL=
|
||||
INITIAL_ADMIN_PASSWORD=
|
||||
INITIAL_ADMIN_FIRST_NAME=
|
||||
INITIAL_ADMIN_LAST_NAME=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue