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:
André Jaenisch 2024-02-13 19:44:29 +01:00
parent 9caa1f6795
commit b8c94ebc0b
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

@ -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