mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
756aee507f
* refactor: cra build path The `authelia-scripts` helper currently performs steps to move files around in different stages of development and CI/CD. We now utilise the `BUILD_PATH` environment variable to adjust the output directory for the web frontend from the default of `./web/build/` simplifying the helper somewhat. Additionally we no longer build the Go binary in the unit test stage of our CI/CD as this is not necessary. * fix: build output directory in coverage dockerfile
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
BUILD_PATH=../internal/server/public_html
|
|
PUBLIC_URL={{.Base}}
|
|
REACT_APP_REMEMBER_ME={{.RememberMe}}
|
|
REACT_APP_RESET_PASSWORD={{.ResetPassword}}
|
|
REACT_APP_THEME={{.Theme}} |