Skip to content

Commit

Permalink
Fixing language docs on readme (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres authored Feb 18, 2024
1 parent f376d95 commit ea6061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Variable | Description | Available Values | Default Value | Required
--- | --- | --- | --- | ---
ENV | The application enviroment | `dev / test / qa / prod` | `dev` | Yes
PYTHONPATH | Provides guidance to the Python interpreter about where to find libraries and applications | [ref](https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH) | `.` | Yes
LANGUAGE | The bot language | `en | pt_BR` | `pt_BR` | Yes
LANGUAGE | The bot language | `en / pt_BR` | `pt_BR` | Yes
SLACK_BOT_TOKEN | The slack bot token | `a valid token` | `-` | Yes
SLACK_APP_TOKEN | The slack app token | `a valid token` | `-` | Yes

Expand Down

0 comments on commit ea6061a

Please sign in to comment.