mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Update Configuration.md with a warning about exposing data and config.json (#137)
This commit is contained in:
@@ -6,7 +6,9 @@ When it starts up, Actual looks for an optional `config.json` file in the same d
|
||||
|
||||
## `ACTUAL_CONFIG_PATH`
|
||||
|
||||
This is the path to the config file. If not specified, the server will look for a `config.json` file in the same directory as the `package.json`. This can only be specified as an environment variable.
|
||||
This is the path to the config file. If not specified, the server will look for a `config.json` file either in the `/data` directory if it is present, or in the same directory as the `package.json` if `/data` is not present.
|
||||
|
||||
You can’t specify this option in `config.json` since it needs to be used to find the `config.json` in the first place.
|
||||
|
||||
## `https`
|
||||
|
||||
@@ -61,4 +63,3 @@ If you’re providing a custom frontend, make sure you provide an `index.html` i
|
||||
"secretKey": "xxxxx"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user