typo fix
All checks were successful
Build Docker image / build (push) Successful in 1m10s
Build Golang packages / release (push) Has been skipped

This commit is contained in:
Pieter Hollander 2024-03-25 20:04:49 +01:00
parent f32072e997
commit 2ff5a0e04a
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -40,7 +40,7 @@ sudo chown -R opendtu-logger:opendtu-logger /opt/opendtu-logger
sudo nano /etc/systemd/system/opendtu-logger.service sudo nano /etc/systemd/system/opendtu-logger.service
``` ```
Add the contents of `systemd/opendtu-logger.service` and alter the `REMOTE_URL` and `DB_URL` Environment variables to match your setup. Add the contents of `systemd/opendtu-logger.service` and alter the `REMOTE_URL` and `DB_URL` environment variables to match your setup.
### PostgreSQL setup ### PostgreSQL setup