diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..7366e9c --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +VITE_API_URL="http://10.5.7.231:8000/" +VITE_API_KEY="your_api_key_should_be_here" \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..08c09ee --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +VITE_API_URL="https://restfulsleep.phaseii.network" +VITE_API_KEY="your_api_key_should_be_here" \ No newline at end of file diff --git a/index.html b/index.html index 4bd707a..dd9934f 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,40 @@ PhaseWeb 3 + + +