mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-16 06:52:07 +01:00
Added link to environment template
parent
2fe9a62d5a
commit
ccbd177649
1 changed files with 1 additions and 8 deletions
|
@ -58,14 +58,7 @@ Systemd can source a file of the form:
|
||||||
```shell
|
```shell
|
||||||
Key="Value"
|
Key="Value"
|
||||||
```
|
```
|
||||||
Example for `EnvironmentFile` (note the different types of inverted commas in the last line):
|
You can find more environment settings and the correct syntax in this [example env template](https://github.com/dani-garcia/bitwarden_rs/blob/21325b7523a68ab3ae8d435ab5b73176db6155ff/.env.template).
|
||||||
```
|
|
||||||
DATABASE_URL="/data/bitwarden.sqlite3"
|
|
||||||
LOG_FILE="/data/bitwarden.log"
|
|
||||||
ROCKET_LOG="critical"
|
|
||||||
ROCKET_TLS='{certs="/ssl/bitwarden.crt",key="/ssl/bitwarden.key"}'
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
However, the systemd project does not mandate where this file should be stored. Consult your distribution's documentation for the
|
However, the systemd project does not mandate where this file should be stored. Consult your distribution's documentation for the
|
||||||
best location for this file. For example, RedHat based distributions typically place these files in `/etc/sysconfig/`
|
best location for this file. For example, RedHat based distributions typically place these files in `/etc/sysconfig/`
|
||||||
|
|
Loading…
Reference in a new issue