Skip to content

Commit

Permalink
docs: include missing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sbanoeon committed Oct 10, 2022
1 parent 25139fe commit c500e12
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Entirety/.env.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ OIDC_TOKEN_ROLE_FIELD=roles

# FIWARE
CB_URL=http://localhost:1026
IOTA_URL="http://localhost:4041"
MQTT_BASE_TOPIC=/Entirety
QL_URL="http://localhost:8668"

WEB_URL=localhost
72 changes: 72 additions & 0 deletions docs/SETTINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
>
> *default:* not DJANGO_DEBUG
### DEVICES_LOAD

> *description:* Toggle this boolean if you want to switch Devices application on or off
>
> *default:* False
### DJANGO_DEBUG

> *description:* Run Django with debug options. Not for production use!
Expand All @@ -31,6 +37,18 @@
>
> *default:* Auto generated key
### ENTITIES_LOAD

> *description:* Toggle this boolean if you want to switch Entities application on or off
>
> *default:* False
### IOTA_URL

> *description:* IOT agent url.
>
> *default:* http://localhost:4041
### LANGUAGE_CODE

> *description:* Application default language
Expand All @@ -55,6 +73,54 @@
>
> *default:* /
### LOKI_HOST

> *description:* Host name of loki logging server
>
> *default:* 3100
### LOKI_LEVEL

> *description:* Logging level for loki logging server
>
> *default:* INFO
### LOKI_PORT

> *description:* Port of loki logging server
>
> *default:* localhost
### LOKI_PROTOCOL

> *description:* Protocol http or https of loki logging server
>
> *default:* http
### LOKI_SRC_HOST

> *description:* Label name of source host sending logs to loki logging server
>
> *default:* entirety
### LOKI_TIMEOUT

> *description:* Request to loki server by http or https time out
>
> *default:* 0.5
### LOKI_TIMEZONE

> *description:* Timezone for formatting timestamp for loki logs
>
> *default:* Europe/Berlin
### NOTIFICATIONS_LOAD

> *description:* Toggle this boolean if you want to switch Notifications application on or off
>
> *default:* False
### OIDC_OP_AUTHORIZATION_ENDPOINT

> *description:* OIDC provider authorization endpoint.
Expand Down Expand Up @@ -123,6 +189,12 @@ Server admins can create/update projects for any project admin.
>
> *default:* user
### QL_URL

> *description:* Quantum Leap url.
>
> *default:* http://localhost:8668
### TIME_ZONE

> *description:* Application timezone
Expand Down

0 comments on commit c500e12

Please sign in to comment.