mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01: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",
|
||||
"LOG_CHANNEL": "errorlog",
|
||||
"DB_CONNECTION": "pgsql",
|
||||
"CACHE_DRIVER": "redis",
|
||||
"QUEUE_CONNECTION": "redis",
|
||||
"SESSION_DRIVER": "redis",
|
||||
"TRUSTED_PROXIES": "*"
|
||||
},
|
||||
"addons": [
|
||||
"heroku-postgresql",
|
||||
"heroku-redis"
|
||||
"heroku-postgresql"
|
||||
],
|
||||
"buildpacks": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user