Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
renamed config files to common.neon & local.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 13, 2019
1 parent 5dafea6 commit 1fb0acc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,4 +3,4 @@ temp/*
!.gitignore !.gitignore
!.htaccess !.htaccess
!web.config !web.config
app/config/config.local.neon app/config/local.neon
4 changes: 2 additions & 2 deletions app/Booting.php
Expand Up @@ -24,8 +24,8 @@ public static function boot(): Configurator
->register(); ->register();


$configurator $configurator
->addConfig(__DIR__ . '/config/config.neon') ->addConfig(__DIR__ . '/config/common.neon')
->addConfig(__DIR__ . '/config/config.local.neon'); ->addConfig(__DIR__ . '/config/local.neon');


return $configurator; return $configurator;
} }
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1fb0acc

Please sign in to comment.