Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Typo fixes #546

Merged
merged 1 commit into from
May 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ than mongoDB, you will have to apply the migrations as described in README.md**

## [0.10.3](https://github.com/pantsel/konga/releases/tag/0.10.3) - 07-03-2018

* Added passive healtchecks configuration in upstreams

* Added passive health checks configuration in upstreams

## [0.10.2](https://github.com/pantsel/konga/releases/tag/0.10.2) - 03-03-2018

Expand Down
2 changes: 1 addition & 1 deletion assets/js/app/settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h3>Notifications</h3>
<br>
<h5>Transports</h5>
<p class="help-block">
Configure email transports and select the one to use. You can disable email notifations by disabling all transports.
Configure email transports and select the one to use. You can disable email notifications by disabling all transports.
</p>
<div class="row" vertilize-container="">
<div class="col-md-4" data-ng-repeat="transport in transports">
Expand Down
6 changes: 3 additions & 3 deletions docs/SEED_DEFAULT_DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ module.exports = [
]
````

To make Konga use this file, you should set the enviroment variable KONGA_SEED_USER_DATA_SOURCE_FILE to point to the files location:
To make Konga use this file, you should set the environment variable KONGA_SEED_USER_DATA_SOURCE_FILE to point to the files location:
````
export KONGA_SEED_USER_DATA_SOURCE_FILE=~/userdb.data
````

This is especially useful when running Konga in a container as part of a Docker swarm. The file can be setup as a Docker secret and supplied to the container. This can be done with an entry in a compose file simular to:
This is especially useful when running Konga in a container as part of a Docker swarm. The file can be setup as a Docker secret and supplied to the container. This can be done with an entry in a compose file similar to:

````
version: "3.1"
Expand Down Expand Up @@ -76,7 +76,7 @@ module.exports = [
]
```

To make Konga use this file, you should set the enviroment variable KONGA_SEED_KONG_NODE_DATA_SOURCE_FILE to point to the files location:
To make Konga use this file, you should set the environment variable KONGA_SEED_KONG_NODE_DATA_SOURCE_FILE to point to the files location:
````
export KONGA_SEED_KONG_NODE_DATA_SOURCE_FILE=~/kong_node.data
````