diff --git a/.env b/.env index 3405c945cd..6cc19b399b 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -_APP_ENV=production +_APP_ENV=development _APP_LOCALE=en _APP_WORKER_PER_CORE=2 _APP_CONSOLE_WHITELIST_ROOT=disabled @@ -76,4 +76,6 @@ _APP_LOGGING_PROVIDER= _APP_LOGGING_CONFIG= _APP_REGION=default _APP_DOCKER_HUB_USERNAME= -_APP_DOCKER_HUB_PASSWORD= \ No newline at end of file +_APP_DOCKER_HUB_PASSWORD= +_APP_CONSOLE_GITHUB_SECRET= +_APP_CONSOLE_GITHUB_APP_ID= \ No newline at end of file diff --git a/app/views/general/error.phtml b/app/views/general/error.phtml index af4a5f5f2b..744b0acf75 100644 --- a/app/views/general/error.phtml +++ b/app/views/general/error.phtml @@ -20,111 +20,93 @@ $title = $this->getParam('title', '') - - - + + + - - -
-
+
+
+

Error

+

+ Error ID: + +
+

Back to

+ -
- -

Error

- -

- - Error ID: - - -
- -

Back to

- - - -
- -

Error Trace

- - - - $value) : ?> - - - - + +
+

Error Trace

+ +
- - - - - -
+ $value) : ?> + + + + + +
+ + + + + +
- - +
+ + + +
+
+ Powered by + + + + + + + +
- - - -
-
- Powered by - - - - - - - - - -
- - -
- -
+ if (failure) { + const el = document.querySelector('.with-borders'); + el.setAttribute('data-active', 'true'); + const anchorEl = el.querySelector('a'); + anchorEl.setAttribute('href', failure); + } + - - \ No newline at end of file