diff options
author | Mateja <mail@matejamaric.com> | 2021-07-24 18:59:44 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-07-24 18:59:44 +0200 |
commit | 72016342cbb70ddc5d7288b80baf0571bb72a8f6 (patch) | |
tree | 21efbe89afbbf4aeba17ef755e95f86b29270e5d /client | |
parent | d30fd3054c66d707a8210872b7db6cf4a1a98793 (diff) | |
download | mevn-ecommerce-72016342cbb70ddc5d7288b80baf0571bb72a8f6.tar.gz mevn-ecommerce-72016342cbb70ddc5d7288b80baf0571bb72a8f6.zip |
Use `.env` file.
Diffstat (limited to 'client')
-rw-r--r-- | client/.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/.env b/client/.env new file mode 100644 index 0000000..d9bd11d --- /dev/null +++ b/client/.env @@ -0,0 +1 @@ +VUE_APP_ROOT_API=http://localhost:3000/api |