diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:08:27 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:08:27 +0200 |
| commit | c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c (patch) | |
| tree | 3e4f42f93c7ae89a364e4d51fff6e5cec4e55fa9 /rushs/eplace/.env | |
add: graphs et rushs
Diffstat (limited to 'rushs/eplace/.env')
| -rw-r--r-- | rushs/eplace/.env | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rushs/eplace/.env b/rushs/eplace/.env new file mode 100644 index 0000000..f372047 --- /dev/null +++ b/rushs/eplace/.env @@ -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" |
