feat: introduce reconnection support for Flickr

This commit is contained in:
Ali BARIN
2021-10-20 21:51:13 +02:00
parent ec4dd8a037
commit 1654abb197
7 changed files with 105 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ HOST=localhost
PROTOCOL=http
PORT=3000
CORS_PORT=3001
CORS_PROTOCOL=https
APP_ENV=development
POSTGRES_DATABASE=automatisch_development
POSTGRES_PORT=5432