diff options
| -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" |
