Skip to content

Commit e38d187

Browse files
author
Anze
committed
Replace Redis with PostgreSQL (usually already installed)
1 parent b4b4a7c commit e38d187

File tree

6 files changed

+305
-124
lines changed

6 files changed

+305
-124
lines changed

.env.example

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
BACKEND_URL=https://grafolean.com/api
22
BOT_TOKEN=
33
JOBS_REFRESH_INTERVAL=120
4+
DB_DIR=
5+
DB_HOST=
6+
DB_DATABASE=
7+
DB_USERNAME=
8+
DB_PASSWORD=

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ansicolors = "*"
1515
easysnmp = {editable = true,git = "http://github.com/grafolean/easysnmp"}
1616
mathjspy = "*"
1717
numpy = "*"
18-
redis = "*"
1918
python-slugify = "*"
2019
grafoleancollector = "*"
20+
psycopg2-binary = "*"
2121

2222
[requires]
2323
python_version = "3.6"

Pipfile.lock

+120-98
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)