Move configuration to Mise
This commit is contained in:
@@ -46,3 +46,7 @@ erl_crash.dump
|
|||||||
|
|
||||||
# Dev databases
|
# Dev databases
|
||||||
/data/*.db*
|
/data/*.db*
|
||||||
|
|
||||||
|
# Dev tooling and environment
|
||||||
|
/mise.toml
|
||||||
|
/mise.local.toml
|
||||||
|
|||||||
@@ -40,8 +40,6 @@ npm-debug.log
|
|||||||
/data/*.db-*
|
/data/*.db-*
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
/.secrets
|
|
||||||
/.envrc.local
|
|
||||||
/mise.local.toml
|
/mise.local.toml
|
||||||
|
|
||||||
# LSP Servers
|
# LSP Servers
|
||||||
|
|||||||
@@ -66,12 +66,7 @@ In production, the application also requires:
|
|||||||
|
|
||||||
- `LOGIN_PASSWORD` (secret): the password used for accessing the application.
|
- `LOGIN_PASSWORD` (secret): the password used for accessing the application.
|
||||||
|
|
||||||
The application is setup to use [direnv](https://direnv.net/).
|
If you're using [mise-en-place](https://mise.jdx.dev), you can create a `mise.local.toml` with the required variables.
|
||||||
|
|
||||||
The `.envrc` file loads two other files: `.envrc.local` file for configuration
|
|
||||||
variables, and a `.secrets` file for secrets.
|
|
||||||
|
|
||||||
You can create them and populate them with the necessary environment variables.
|
|
||||||
|
|
||||||
## Running the application
|
## Running the application
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user