Skip to content

Commit d03a689

Browse files
authored
Update README with environment variable update
Added environment variables for API and database configuration.
1 parent 9105069 commit d03a689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ We have applied this method by examining the code after each new added functiona
124124
</ol>
125125

126126
```
127+
NEXT_PUBLIC_API_BASE_URL=http://localhost:3001
127128
NODE_ENV=development
128129
DATABASE_URL="mysql://username:password@localhost:3306/singitronic_nextjs?sslmode=disabled"
129130
NEXTAUTH_SECRET=12D16C923BA17672F89B18C1DB22A

0 commit comments

Comments
 (0)