Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jferdi24 committed Mar 7, 2024
1 parent 6a278f9 commit c04420f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/app-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
*/
'version' => \PlacetoPay\AppVersion\VersionFile::read(),

/**
* the credentials to be able to see the deployed version.
/*
* The credentials to be able to see the deployed version.
*/
'username' => env('APP_VERSION_USERNAME', 'admin'),
'password' => env('APP_VERSION_PASSWORD', 'Testing123!'),
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ return [
*/
'version' => \PlacetoPay\AppVersion\VersionFile::readSha(),

/**
* the credentials to be able to see the deployed version.
/*
* The credentials to be able to see the deployed version.
*/
'username' => env('APP_VERSION_USERNAME', 'admin'),
'password' => env('APP_VERSION_PASSWORD', 'Testing123!'),
Expand Down

0 comments on commit c04420f

Please sign in to comment.