diff --git a/.env b/.env index 6cc19b399b..404f4245db 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -_APP_ENV=development +_APP_ENV=production _APP_LOCALE=en _APP_WORKER_PER_CORE=2 _APP_CONSOLE_WHITELIST_ROOT=disabled @@ -77,5 +77,5 @@ _APP_LOGGING_CONFIG= _APP_REGION=default _APP_DOCKER_HUB_USERNAME= _APP_DOCKER_HUB_PASSWORD= -_APP_CONSOLE_GITHUB_SECRET= -_APP_CONSOLE_GITHUB_APP_ID= \ No newline at end of file +_APP_CONSOLE_GITHUB_SECRET=335bbfc337c8dacd32f3b4fc35b2bf64d3003e46 +_APP_CONSOLE_GITHUB_APP_ID=Iv1.4de83b7908eb1e0d \ No newline at end of file diff --git a/app/views/general/error.phtml b/app/views/general/error.phtml index d5a11246f7..af4a5f5f2b 100644 --- a/app/views/general/error.phtml +++ b/app/views/general/error.phtml @@ -17,16 +17,28 @@ $title = $this->getParam('title', '') <?php echo $title; ?> + + + + + + - -
-

Error

-

+ - Error ID: +
+
+ +
+ +

Error

+ +

+ + Error ID:
@@ -58,8 +70,61 @@ $title = $this->getParam('title', '')
+ + +
+
+ Powered by + + + + + + + + + +
+ + + +
+ + + + \ No newline at end of file