mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
106c9032ad
Since merging #1135 and utilising Go templating to enable/disable the rememeber me and password reset features these have stopped working in the development workflow. During frontend development if someone wants to modify these values they should modify the `.env.development` file accordingly.
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
HOST=authelia-frontend
|
|
PUBLIC_URL=""
|
|
REACT_APP_REMEMBER_ME=true
|
|
REACT_APP_RESET_PASSWORD=true |