chore: Adds user creation route.
This commit is contained in:
parent
c7b71e754f
commit
1237a31f8b
29 changed files with 630 additions and 63 deletions
|
@ -1,2 +1,8 @@
|
|||
HERMES_DATABASE_BACKEND=sqlite
|
||||
HERMES_SQLITE_FILEPATH=../.tmp/sqlite.db
|
||||
HERMES_JWT_SECRET=thisisnotproductionreadydonotusethisinproduction
|
||||
HERMES_LOG_LEVEL=debug
|
||||
HERMES_DEVELOPMENT_MODE=true
|
||||
HERMES_SIGNUP_ENABLED=true
|
||||
HERMES_UNSAFE_ADMIN_SIGNUP_ENABLED=true
|
||||
HERMES_FORCE_DISABLE_REFRESH_TOKEN_EXPIRY=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue