@@ -97,6 +97,7 @@ services:
9797 GRAPHQL_SUBSCRIPTION_ENDPOINT : http://taskcluster/graphql
9898 GRAPHQL_ENDPOINT : http://taskcluster/graphql
9999 UI_LOGIN_STRATEGY_NAMES : local
100+ SITE_SPECIFIC : ' {"tutorial_worker_pool_id":"docker-compose/generic-worker","tutorial_worker_schema":"generic-simple-posix"}'
100101 command : ui/web
101102 ports :
102103 - ' 3022:80'
@@ -183,7 +184,7 @@ services:
183184 TRUST_PROXY : ' true'
184185 READ_DB_URL : postgresql://postgres@postgres:5432/taskcluster
185186 WRITE_DB_URL : postgresql://postgres@postgres:5432/taskcluster
186- DB_CRYPTO_KEYS : ' [{"id": "dev-init", "algo": "aes-256", "key": "AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
187+ DB_CRYPTO_KEYS : ' [{"id":"dev-init","algo":"aes-256","key":"AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
187188 PULSE_USERNAME : admin
188189 PULSE_PASSWORD : admin
189190 PULSE_HOSTNAME : rabbitmq
@@ -272,7 +273,7 @@ services:
272273 environment :
273274 READ_DB_URL : postgresql://postgres@postgres:5432/taskcluster
274275 WRITE_DB_URL : postgresql://postgres@postgres:5432/taskcluster
275- DB_CRYPTO_KEYS : ' [{"id": "dev-init", "algo": "aes-256", "key": "AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
276+ DB_CRYPTO_KEYS : ' [{"id":"dev-init","algo":"aes-256","key":"AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
276277 TASKCLUSTER_ROOT_URL : http://taskcluster
277278 TASKCLUSTER_CLIENT_ID : static/taskcluster/hooks
278279 TASKCLUSTER_ACCESS_TOKEN : j2Z6zW2QSLehailBXlosdw9e2Ti8R_Qh2M4buAEQfsMA
@@ -387,7 +388,7 @@ services:
387388 TASKCLUSTER_ACCESS_TOKEN : j2Z6zW2QSLehailBXlosdw9e2Ti8R_Qh2M4buAEQfsMA
388389 READ_DB_URL : postgresql://postgres@postgres:5432/taskcluster
389390 WRITE_DB_URL : postgresql://postgres@postgres:5432/taskcluster
390- DB_CRYPTO_KEYS : ' [{"id": "dev-init", "algo": "aes-256", "key": "AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
391+ DB_CRYPTO_KEYS : ' [{"id":"dev-init","algo":"aes-256","key":"AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
391392 LEVEL : warning
392393 PORT : 80
393394 NODE_ENV : development
@@ -496,7 +497,7 @@ services:
496497 TASKCLUSTER_ACCESS_TOKEN : j2Z6zW2QSLehailBXlosdw9e2Ti8R_Qh2M4buAEQfsMA
497498 READ_DB_URL : postgresql://postgres@postgres:5432/taskcluster
498499 WRITE_DB_URL : postgresql://postgres@postgres:5432/taskcluster
499- DB_CRYPTO_KEYS : ' [{"id": "dev-init", "algo": "aes-256", "key": "AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
500+ DB_CRYPTO_KEYS : ' [{"id":"dev-init","algo":"aes-256","key":"AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
500501 LEVEL : warning
501502 PORT : 80
502503 NODE_ENV : development
@@ -532,7 +533,7 @@ services:
532533 TASKCLUSTER_ACCESS_TOKEN : j2Z6zW2QSLehailBXlosdw9e2Ti8R_Qh2M4buAEQfsMA
533534 READ_DB_URL : postgresql://postgres@postgres:5432/taskcluster
534535 WRITE_DB_URL : postgresql://postgres@postgres:5432/taskcluster
535- DB_CRYPTO_KEYS : ' [{"id": "dev-init", "algo": "aes-256", "key": "AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
536+ DB_CRYPTO_KEYS : ' [{"id":"dev-init","algo":"aes-256","key":"AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
536537 PULSE_USERNAME : admin
537538 PULSE_PASSWORD : admin
538539 PULSE_HOSTNAME : rabbitmq
@@ -568,7 +569,7 @@ services:
568569 TASKCLUSTER_ACCESS_TOKEN : j2Z6zW2QSLehailBXlosdw9e2Ti8R_Qh2M4buAEQfsMA
569570 READ_DB_URL : postgresql://postgres@postgres:5432/taskcluster
570571 WRITE_DB_URL : postgresql://postgres@postgres:5432/taskcluster
571- DB_CRYPTO_KEYS : ' [{"id": "dev-init", "algo": "aes-256", "key": "AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
572+ DB_CRYPTO_KEYS : ' [{"id":"dev-init","algo":"aes-256","key":"AUZzegzU1Xp3dW2tPRU615HXI04oJTt9NDIokH3HXN4="}]'
572573 PORT : 80
573574 NODE_ENV : development
574575 FORCE_SSL : ' false'
0 commit comments