Skip to content

Commit

Permalink
chore: change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianUhlig committed Dec 21, 2023
1 parent 337ab06 commit 67a658e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
APP_NAME="bitblick"
APP_NAME="bitblicke"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://bitblick.test
APP_URL=http://bitblicke.test

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
Expand All @@ -11,7 +11,7 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=bitblick
DB_DATABASE=bitblicke
DB_USERNAME=sail
DB_PASSWORD=password

Expand Down

0 comments on commit 67a658e

Please sign in to comment.