1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Update: api-gateway to latest version

This commit is contained in:
Fabian Wilkens 2021-08-28 15:45:30 +02:00
parent 38c29886b0
commit e417b6f255
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB
3 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.20.5.tar.gz SOURCE_URL=https://github.com/standardnotes/api-gateway/archive/1.24.0.tar.gz
SOURCE_SUM=758F4ADC30CC16BA19BDDE50151F41AF868E7931886E3DBB42B6F4CBE86B7F7B SOURCE_SUM=97EF89B8951448BB7B34D0B9A30DB242E23808EF1FFC5B154CC1C823965A8B39
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -2,6 +2,7 @@ __YNH_NODE_LOAD_PATH__
LOG_LEVEL="info" LOG_LEVEL="info"
NODE_ENV="production" NODE_ENV="production"
VERSION="production"
PORT="__PORT_API_GATEWAY__" PORT="__PORT_API_GATEWAY__"

View file

@ -8,7 +8,7 @@ NODEJS_VERSION="15.11.0"
syncing_server_js_version="1.38.2" syncing_server_js_version="1.38.2"
auth_version="1.13.2" auth_version="1.13.2"
api_gateway_version="1.20.5" api_gateway_version="1.24.0"
extensions_version="2021.07.06" extensions_version="2021.07.06"
# dependencies used by the app # dependencies used by the app