aboutsummaryrefslogtreecommitdiffstats
path: root/.env.selfhosted
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-28 18:47:29 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-28 18:47:29 -0400
commit4be5a1e0e5d051c1f50fddbcde8ae0f522856aa9 (patch)
tree197359801198c6d4c1ead2e84857c3ac4e0ffebb /.env.selfhosted
parent90efb5be001393134aaef07fe11e9ad605692043 (diff)
downloaddonetick-frontend-4be5a1e0e5d051c1f50fddbcde8ae0f522856aa9.tar.gz
donetick-frontend-4be5a1e0e5d051c1f50fddbcde8ae0f522856aa9.tar.bz2
donetick-frontend-4be5a1e0e5d051c1f50fddbcde8ae0f522856aa9.zip
Add .env.selfhosted file for self-hosted environment configuration
Diffstat (limited to '.env.selfhosted')
-rw-r--r--.env.selfhosted3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.selfhosted b/.env.selfhosted
new file mode 100644
index 0000000..f1d1a63
--- /dev/null
+++ b/.env.selfhosted
@@ -0,0 +1,3 @@
+VITE_APP_API_URL=
+VITE_APP_REDIRECT_URL=http://localhost:5173
+VITE_APP_GOOGLE_CLIENT_ID=USE_YOUR_OWN_CLIENT_ID \ No newline at end of file