Update Configuration.md with a warning about exposing data and config.json (#137)

This commit is contained in:
Soulplayer
2023-03-22 13:26:26 +01:00
committed by GitHub
parent f18a30fde0
commit 58946590d7

View File

@@ -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 cant 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 youre providing a custom frontend, make sure you provide an `index.html` i
"secretKey": "xxxxx"
}
}