diff --git a/Jenkinsfile b/Jenkinsfile index cf9b8cd67..7dd36f789 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' diff --git a/docker-compose.yml b/docker-compose.yml index 0d2db1a63..5b2093427 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,6 +22,7 @@ services: - 3000 environment: - NODE_ENV + - DEBUG configs: - source: datasources target: /etc/salix/datasources.json