Skip to content

Commit

Permalink
chore: add APP_DEBUG to .env.example (#535)
Browse files Browse the repository at this point in the history
* chore: add APP_DEBUG  to .env.example

* security: set APP_DEBUG to false by default
  • Loading branch information
he426100 authored Jan 16, 2025
1 parent 7e6c18a commit 16a0cd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
APP_NAME=MineAdmin
APP_ENV=dev
APP_DEBUG=false

DB_DRIVER=mysql
DB_HOST=mysql
Expand All @@ -20,4 +21,4 @@ APP_URL = http://127.0.0.1:9501

JWT_SECRET=azOVxsOWt3r0ozZNz8Ss429ht0T8z6OpeIJAIwNp6X0xqrbEY2epfIWyxtC1qSNM8eD6/LQ/SahcQi2ByXa/2A==

MINE_ACCESS_TOKEN=(null) # Your MINE_ACCESS_TOKEN
MINE_ACCESS_TOKEN=(null) # Your MINE_ACCESS_TOKEN

0 comments on commit 16a0cd7

Please sign in to comment.