chore: added env_file property to SH-backend docker-compose file
This commit is contained in:
@@ -2,6 +2,8 @@ version: '3.0'
|
|||||||
services:
|
services:
|
||||||
local:
|
local:
|
||||||
build: .
|
build: .
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
command: [ "pnpm", "run", "start:dev" ]
|
command: [ "pnpm", "run", "start:dev" ]
|
||||||
environment:
|
environment:
|
||||||
- PRODUCTION=false
|
- PRODUCTION=false
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export const authCookieHandler = (
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets and returns the cookies in the response object on successful authentication
|
* Decode the cookie header from incoming websocket connects and returns a auth token pair
|
||||||
* @param rawCookies cookies from the websocket connection
|
* @param rawCookies cookies from the websocket connection
|
||||||
* @returns AuthTokens for JWT strategy to use
|
* @returns AuthTokens for JWT strategy to use
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user