Skip to content

Commit

Permalink
Added Docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Jul 26, 2022
1 parent 9095d7e commit 662d61f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/cache

# ENVIRONMENT FILES
.enva
.env
.env.local
.env.production

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interaapps/ulole-framework",
"version": "3.3.1",
"version": "3.3.2",
"require": {
"interaapps/ulole": "=3.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main/com/example/myproject/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function init() : void{
->loadENV() // Loads environment variables
// If the file doesn't exists it'll just ignore it without any exception!
->loadPHPFile("env.php") // Uses the returned array in a php file
->loadENVFile(".enva") // A simple .enva file
->loadENVFile(".env") // A simple .enva file
->loadJSONFile("env.json"); // Using a json file

$this->initDatabase(/*Config prefix*/ "database" /*, "main" (Default) */);
Expand Down
2 changes: 1 addition & 1 deletion uppm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ulole-framework",
"version": "3.3.1",
"version": "3.3.2",
"description": "",
"author": "",
"keywords": [],
Expand Down

0 comments on commit 662d61f

Please sign in to comment.