🧑‍💻 add environment variable for url in frontend

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-05-02 16:31:34 +02:00
parent c5e45424ea
commit f08bd430f3
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
7 changed files with 18 additions and 6 deletions

2
frontend/.env.example Normal file
View file

@ -0,0 +1,2 @@
# URL variable
VITE_URL="http://localhost:8080"