given files
This commit is contained in:
parent
9bf88844e9
commit
a2c31f873d
48 changed files with 10458 additions and 0 deletions
8
.env
Normal file
8
.env
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
VITE_HOST="localhost"
|
||||
VITE_PORT="8080"
|
||||
VITE_URL="http://${VITE_HOST}:${VITE_PORT}"
|
||||
|
||||
VITE_API_URL="http://localhost:3333"
|
||||
# VITE_API_URL="https://eplace.assistants.epita.fr"
|
||||
VITE_AUTH_URL="https://cri.epita.fr"
|
||||
VITE_CLIENT_ID="assistants-atelier-js"
|
||||
Loading…
Add table
Add a link
Reference in a new issue