Skip to content

Commit 1e39034

Browse files
authored
Merge branch 'roxy-wi:main' into chore/add-gitignore
2 parents c76c399 + 43c3be2 commit 1e39034

49 files changed

Lines changed: 2790 additions & 113 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- "3.12"
2828

2929
env:
30-
INCEDENTRELAY_CONFIG_FILE: ${{ github.workspace }}/tests/incidentrelay.test.conf
30+
INCIDENTRELAY_CONFIG_FILE: ${{ github.workspace }}/tests/incidentrelay.test.conf
3131
PYTHONPATH: ${{ github.workspace }}
3232

3333
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY docker/entrypoint.sh /entrypoint.sh
3131

3232
RUN chmod +x /entrypoint.sh
3333

34-
ENV INCEDENTRELAY_CONFIG_FILE=/etc/incidentrelay/incidentrelay.conf
34+
ENV INCIDENTRELAY_CONFIG_FILE=/etc/incidentrelay/incidentrelay.conf
3535
ENV INCIDENTRELAY_SERVICE=web
3636

3737
EXPOSE 8080

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ incidentrelay
217217
IncidentRelay reads the configuration file path from:
218218

219219
```text
220-
INCEDENTRELAY_CONFIG_FILE
220+
INCIDENTRELAY_CONFIG_FILE
221221
```
222222

223223
Example:
224224

225225
```bash
226-
export INCEDENTRELAY_CONFIG_FILE=/etc/incidentrelay/incidentrelay.conf
226+
export INCIDENTRELAY_CONFIG_FILE=/etc/incidentrelay/incidentrelay.conf
227227
```
228228

229229
For production, set the public URL used for generated links and callback URLs:
@@ -267,7 +267,7 @@ For RPM/systemd installations:
267267

268268
```bash
269269
sudo -u incidentrelay \
270-
INCEDENTRELAY_CONFIG_FILE=/etc/incidentrelay/incidentrelay.conf \
270+
INCIDENTRELAY_CONFIG_FILE=/etc/incidentrelay/incidentrelay.conf \
271271
/var/www/incidentrelay/venv/bin/python \
272272
/var/www/incidentrelay/manage.py migrate
273273
```
@@ -285,7 +285,7 @@ For RPM/systemd installations:
285285

286286
```bash
287287
sudo -u incidentrelay \
288-
INCEDENTRELAY_CONFIG_FILE=/etc/incidentrelay/incidentrelay.conf \
288+
INCIDENTRELAY_CONFIG_FILE=/etc/incidentrelay/incidentrelay.conf \
289289
/var/www/incidentrelay/venv/bin/python \
290290
/var/www/incidentrelay/manage.py create-admin \
291291
--username admin \

0 commit comments

Comments
 (0)