mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 19:57:44 +02:00
Remove redis to avoid heroku account verification
This commit is contained in:
parent
36aa66a97a
commit
ae9d2cd1b7
6
app.json
6
app.json
@ -29,14 +29,10 @@
|
|||||||
"APP_DEBUG": "false",
|
"APP_DEBUG": "false",
|
||||||
"LOG_CHANNEL": "errorlog",
|
"LOG_CHANNEL": "errorlog",
|
||||||
"DB_CONNECTION": "pgsql",
|
"DB_CONNECTION": "pgsql",
|
||||||
"CACHE_DRIVER": "redis",
|
|
||||||
"QUEUE_CONNECTION": "redis",
|
|
||||||
"SESSION_DRIVER": "redis",
|
|
||||||
"TRUSTED_PROXIES": "*"
|
"TRUSTED_PROXIES": "*"
|
||||||
},
|
},
|
||||||
"addons": [
|
"addons": [
|
||||||
"heroku-postgresql",
|
"heroku-postgresql"
|
||||||
"heroku-redis"
|
|
||||||
],
|
],
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user