diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-04-18 20:10:34 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-04-18 20:10:34 +0300 |
| commit | cf2e3c99ded0f48bd565858aedc7f10a0d932a61 (patch) | |
| tree | 699e9c6b78456474b4b0e680a15a6b1bc49aab08 /.env.sample | |
| parent | baacc7676c688cd2728033e9051208d655255ee5 (diff) | |
Add db connection
Diffstat (limited to '.env.sample')
| -rw-r--r-- | .env.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.sample b/.env.sample index 5fe837b..3c7bc48 100644 --- a/.env.sample +++ b/.env.sample @@ -3,4 +3,4 @@ SHEETS_SPREADSHEET_ID= SHEETS_RANGE= TELEGRAM_WEBHOOK_URL=https://hommabot2.jan.systems/webhook/telegram TELEGRAM_BOT_TOKEN= -TELEGRAM_USER_IDS= +PG_CONNECTION_URI=postgresql://postgres:postgres@localhost/postgres |
