zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit e6555e260ae8eef97de16c42c3f89dfde5cfc3e7
parent 6e2c60674e328abf06932bfb2d2c5a05ea4fefd0
Author: srfsh <dev@srf.sh>
Date:   Tue, 11 Oct 2022 15:36:19 +0300

devop: make GQL_AUTH_CALLS var a string

Since `true` is different than `"true"`, docker-compose refuses to run.

Diffstat:
Mdevop/.docker-compose.templ | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devop/.docker-compose.templ b/devop/.docker-compose.templ @@ -40,7 +40,7 @@ services: ROOM_PORT: &room_port 3000 ROOM_SALT: @ROOM_SALT - GQL_AUTH_CALLS: true + GQL_AUTH_CALLS: "true" GQL_DEF_PAGE_SIZE: 50 GQL_MAX_PAGE_SIZE: 100 depends_on: