Skip to content

Commit

Permalink
chore: .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleepy4k committed Jul 8, 2023
1 parent 7356fd8 commit 668522a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
VITE_APP_ENV="production" # development, production
VITE_APP_NAME="Scholar"

VITE_API_URL="http://localhost:8000"
VITE_API_MAIN_SERVER_URL="http://localhost:8000"
VITE_API_EXPORT_DATA_URL="http://localhost:8001"
VITE_API_AUTH_SERVICE_URL="http://localhost:8002"

0 comments on commit 668522a

Please sign in to comment.