Skip to content

Commit d8a4c97

Browse files
authored
Update .env.example
1 parent 9b7dfb3 commit d8a4c97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
APP_ENV=testing
22
APP_SECRET=secret
33
# URL of your frontend app
4-
APP_URL=localhost:3001
4+
APP_URL=localhost:3000
55
LOG_TARGET=console
66

77
API_HOST=localhost
8-
API_PORT=3000
8+
API_PORT=3001
99

1010
# Create a MySQL database, local or cloud
1111
MYSQL_HOST=mysql

0 commit comments

Comments
 (0)