mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 03:09:20 -07:00
Added another example line for EnviromentFile
@@ -58,15 +58,15 @@ Systemd can source a file of the form:
|
|||||||
```shell
|
```shell
|
||||||
Key="Value"
|
Key="Value"
|
||||||
```
|
```
|
||||||
Example for `EnvironmentFile`:
|
Example for `EnvironmentFile` (note the different types of inverted commas in the last line):
|
||||||
```
|
```
|
||||||
DATABASE_URL="/data/bitwarden.sqlite3"
|
DATABASE_URL="/data/bitwarden.sqlite3"
|
||||||
LOG_FILE="/data/bitwarden.log"
|
LOG_FILE="/data/bitwarden.log"
|
||||||
ROCKET_LOG="critical"
|
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/`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user