mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
refactor: use domain.example for documentation
This is a reserved TLD for technical documentation. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
9caa1f6795
commit
b8c94ebc0b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ WorkingDirectory=/opt/keyoxide-web/
|
||||||
ExecStart=/usr/bin/node /opt/keyoxide-web/dist/index.js
|
ExecStart=/usr/bin/node /opt/keyoxide-web/dist/index.js
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2s
|
RestartSec=2s
|
||||||
Environment=PORT=5000 DOMAIN=keyoxide.org PROXY_HOSTNAME=keyoxide.org
|
Environment=PORT=5000 DOMAIN=domain.example PROXY_HOSTNAME=domain.example
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue