Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 11, 2024
1 parent 5c655ce commit 9c0936d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.local
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_ENV=dev
APP_DEBUG=true
APP_KEY=random_key
APP_KEY=base64:NKiscQs2YqBLEa8qt7cbRKNCUef6LvD7PR5PQW7wDTk=
APP_URL=http://localhost

# required for Laravel defautlst to work
Expand Down
2 changes: 1 addition & 1 deletion .env.prod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_ENV=prod
APP_DEBUG=false
APP_KEY=random_key
APP_KEY=base64:NKiscQs2YqBLEa8qt7cbRKNCUef6LvD7PR5PQW7wDTk=
APP_URL=https://tomasvotruba.com

# required for Laravel defautlst to work
Expand Down

0 comments on commit 9c0936d

Please sign in to comment.