diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-03-20 11:21:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-03-20 11:21:29 -0700 |
| commit | 20182842769afbfbf9504954591eb9cf20aeebf6 (patch) | |
| tree | 217db60b70bf6d4f9d3e9ae51967b29f800c9407 /.env.template | |
| parent | 9755c73b2fdd72ee5ffc70ae1a0d665a264660ef (diff) | |
add .env template
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/.env.template b/.env.template index 860f57d..7f7461c 100644 --- a/.env.template +++ b/.env.template @@ -1,8 +1,3 @@ -POSTGRES_HOST= -POSTGRES_USER= -POSTGRES_PASSWORD= -POSTGRES_DATABASE= -HOLODEX_KEY= -YOUTUBE_API_KEY= -B2_APP_ID= -B2_APP_KEY=
\ No newline at end of file +NEXT_PUBLIC_API_URL="https://api.phase-tracker.com" +NEXT_PUBLIC_API_URL_TESTING="https://api.phase-tracker.com" +NEXT_PUBLIC_GRAPH_URL="https://content.pinapelz.com/file/vtuber-rabbit-hole-archive/graph.html" |
