Skip to content

Commit

Permalink
Removed Tina4 specifics from the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevanzuydam committed Jul 14, 2021
1 parent 4c5a95b commit 10758d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tina4/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ final public function readParams(?string $environment): void
}
} else {
Debug::message("Created an ENV file for you {$fileName}");
file_put_contents($fileName, "[Project Settings]\nVERSION=1.0.0\nTINA4_DEBUG=true\nTINA4_DEBUG_LEVEL=[TINA4_LOG_ALL]\n[Open API]\nSWAGGER_TITLE=Tina4 Project\nSWAGGER_DESCRIPTION=Edit your .env file to change this description\nSWAGGER_VERSION=1.0.0");
file_put_contents($fileName, "[Project Settings]\nVERSION=1.0.0");
}
}
}

0 comments on commit 10758d3

Please sign in to comment.