diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..4c696d0 --- /dev/null +++ b/.env.local @@ -0,0 +1 @@ +API_URL=http://127.0.0.1:8686 \ No newline at end of file diff --git a/.env.proxy.local b/.env.proxy.local new file mode 100644 index 0000000..a76ffe7 --- /dev/null +++ b/.env.proxy.local @@ -0,0 +1 @@ +API_URL=http://47.113.117.106:8000 \ No newline at end of file