fix: refs #6745 temp enable strong-remoting debug
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-01-25 10:44:58 +01:00
parent bfbe8302b6
commit 1955f891d8
2 changed files with 2 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ pipeline {
case 'master':
env.NODE_ENV = 'production'
env.BACK_REPLICAS = 4
env.DEBUG = 'strong-remoting:http-context,strong-remoting:shared-method'
break
case 'test':
env.NODE_ENV = 'test'

View File

@ -22,6 +22,7 @@ services:
- 3000
environment:
- NODE_ENV
- DEBUG
configs:
- source: datasources
target: /etc/salix/datasources.json