Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RafhaanShah committed Nov 15, 2020
1 parent 1fc0c35 commit affb125
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: [3.9]

steps:
- name: Check out repository
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out repository
- name: Checkout repository
uses: actions/checkout@v2

- name: Set version variable
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If using Python, install the requirements first:
`pip install -r requirements.txt`

## Configuration
The configuration is stored inside a yaml file, you can copy `configuration.yaml.example` into a new file as use that as a base, the following sections are all required:
The configuration is stored inside a yaml file, you can copy `config.yaml.example` into a new file `config.yaml` use that as a base, the following sections are all required:
1. Apprise configuration urls as a list, for your chosen providers
```
apprise:
Expand All @@ -38,7 +38,7 @@ The configuration is stored inside a yaml file, you can copy `configuration.yaml
```

### Optional
- `RPN_CONFIG` environment variable can be used to change the location of the config file, the default is `config.yaml` relative to where `app.py` is, or `app/config.yaml` in the Docker image.
- `RPN_CONFIG` environment variable can be used to change the location of the config file, the default is `config.yaml` relative to where `app.py` is, `app/config.yaml` in the Docker image.
- `RPN_LOGGING` environment variable can be set to `TRUE` to enable logging each matched post to the console as well.
- [Docker-Compose](https://docs.docker.com/compose/) configuration:
```
Expand Down

0 comments on commit affb125

Please sign in to comment.