diff options
Diffstat (limited to 'client/.env.production')
-rw-r--r-- | client/.env.production | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/.env.production b/client/.env.production new file mode 100644 index 0000000..7e27439 --- /dev/null +++ b/client/.env.production @@ -0,0 +1 @@ +VITE_BASE_URL=https://localhost:8080/api/ |