Skip to content

Commit

Permalink
Lint .env.testing [WEB-2646]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Aug 22, 2023
1 parent fddac79 commit 2873ff9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.testing
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
APP_NAME=AIC
APP_ENV=testing
APP_KEY=base64:nkScfqkJ+t4c4JMZOgO4hEK6gy0rOEF9f71FuL6AuzI=
APP_NAME='AIC'
APP_ENV='testing'
APP_KEY='base64:nkScfqkJ+t4c4JMZOgO4hEK6gy0rOEF9f71FuL6AuzI='
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=localhost
APP_LOG_LEVEL='debug'
APP_URL='localhost'

DB_CONNECTION='pgsql'
DB_HOST='127.0.0.1'
Expand Down

0 comments on commit 2873ff9

Please sign in to comment.