Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Dec 11, 2024
1 parent 3762b28 commit 2a0afbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/System/Integrate/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public function defaultConfigs()
return [
// app config
'BASEURL' => '/',
'time_zone' => 'Asia/Jakarta',
'time_zone' => 'UTC',
'APP_KEY' => '',
'ENVIRONMENT' => 'dev',
'APP_DEBUG' => 'false',
Expand Down
2 changes: 1 addition & 1 deletion tests/Integrate/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ private function defaultConfigs()
return [
// app config
'BASEURL' => '/',
'time_zone' => 'Asia/Jakarta',
'time_zone' => 'UTC',
'APP_KEY' => '',
'ENVIRONMENT' => 'dev',
'APP_DEBUG' => 'false',
Expand Down
2 changes: 1 addition & 1 deletion tests/Integrate/assets/app1/config/app.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
// app config
'BASEURL' => '/',
'time_zone' => 'Asia/Jakarta',
'time_zone' => 'UTC',
'APP_KEY' => '',
'ENVIRONMENT' => 'test',

Expand Down
2 changes: 1 addition & 1 deletion tests/Integrate/assets/app2/bootstrap/cache/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'BASEURL' => '/',
'time_zone' => 'Asia/Jakarta',
'time_zone' => 'UTC',
'APP_KEY' => '',
'ENVIRONMENT' => 'prod',
'COMMAND_PATH' => '\\app\\Commands\\',
Expand Down
2 changes: 1 addition & 1 deletion tests/Integrate/assets/app2/config/app.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
// app config
'BASEURL' => '/',
'time_zone' => 'Asia/Jakarta',
'time_zone' => 'UTC',
'APP_KEY' => '',
'ENVIRONMENT' => 'prod',

Expand Down

0 comments on commit 2a0afbe

Please sign in to comment.