From 6042ebfd94b3377c0d64330f7f6b60624b96f794 Mon Sep 17 00:00:00 2001 From: JBB0807 <104856796+JBB0807@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:48:58 -0700 Subject: [PATCH] git ignore update --- .gitignore | 1 + auth-service/.env | 10 ---------- database-service/.env | 10 ---------- frontend-service/.env | 1 - manager-service/.env | 4 ---- uploader-service/.env | 2 -- user-db-service/.env | 12 ------------ 7 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 auth-service/.env delete mode 100644 database-service/.env delete mode 100644 frontend-service/.env delete mode 100644 manager-service/.env delete mode 100644 uploader-service/.env delete mode 100644 user-db-service/.env diff --git a/.gitignore b/.gitignore index 883eb61..8eca2ac 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ lerna-debug.log* dist dist-ssr *.local +*.env # Editor directories and files .vscode/* diff --git a/auth-service/.env b/auth-service/.env deleted file mode 100644 index f65f2f8..0000000 --- a/auth-service/.env +++ /dev/null @@ -1,10 +0,0 @@ -GOOGLE_CLIENT_ID = "485880105639-1in8tvb6ondnn198rasuj2d8ank06ntp.apps.googleusercontent.com" -GOOGLE_CLIENT_SECRET = "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" -GOOGLE_CALLBACK_URL = "https://byte-camp-auth-service.fly.dev/auth/google/callback" -LOGIN_REDIRECT_URL = "https://bytecamp-web.fly.dev/" -#DB_USER_SERVICE_URL = "http://localhost:3000/" -DB_USER_SERVICE_URL = "http://db-user-service.internal:3000/" -AUTH_SESSION_KEY = "f3f4d8e6b17a4b3abdc8e9a2c0457aaf91c0d5f6e3b7a9c8df624bd71ea35f42" - -fly secrets set GOOGLE_CALLBACK_URL=https://byte-camp-auth-service.fly.dev/auth/google/callback -#fly secrets set GOOGLE_CLIENT_ID=485880105639-1in8tvb6ondnn198rasuj2d8ank06ntp.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=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 LOGIN_REDIRECT_URL=https://bytecamp-web.fly.dev/ DB_USER_SERVICE_URL=https://db-user-service.fly.dev:3000/ AUTH_SESSION_KEY=f3f4d8e6b17a4b3abdc8e9a2c0457aaf91c0d5f6e3b7a9c8df624bd71ea35f42 \ No newline at end of file diff --git a/database-service/.env b/database-service/.env deleted file mode 100644 index 74364f5..0000000 --- a/database-service/.env +++ /dev/null @@ -1,10 +0,0 @@ -# Environment variables declared in this file are automatically made available to Prisma. -# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema - -# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. -# See the documentation for all the connection string options: https://pris.ly/d/connection-strings - -# DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public" -# DATABASE_URL="postgres://postgres:w2eSd47GJEdqvMf@snakebyte.internal:5432" -DATABASE_URL=postgres://snakebyte:zVB7lgOiKr89dq6@localhost:5432/snakebyte?sslmode=disable -NODE_PORT=3000 diff --git a/frontend-service/.env b/frontend-service/.env deleted file mode 100644 index c0c68b1..0000000 --- a/frontend-service/.env +++ /dev/null @@ -1 +0,0 @@ -PORT=3000 \ No newline at end of file diff --git a/manager-service/.env b/manager-service/.env deleted file mode 100644 index 646da21..0000000 --- a/manager-service/.env +++ /dev/null @@ -1,4 +0,0 @@ -DATABASE_SERVICE_URL="" -FRONTEND_SERVICE_URL="" -UPLOADER_SERVICE_URL="" - diff --git a/uploader-service/.env b/uploader-service/.env deleted file mode 100644 index a54062f..0000000 --- a/uploader-service/.env +++ /dev/null @@ -1,2 +0,0 @@ -FLY_API_BASE_URL=https://api.fly.io -FLY_API_TOKEN=your-api-token \ No newline at end of file diff --git a/user-db-service/.env b/user-db-service/.env deleted file mode 100644 index 3aaa685..0000000 --- a/user-db-service/.env +++ /dev/null @@ -1,12 +0,0 @@ -# Environment variables declared in this file are automatically made available to Prisma. -# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema - -# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. -# See the documentation for all the connection string options: https://pris.ly/d/connection-strings - -#use this when testing local, remmber to run the proxy command -# DATABASE_URL="postgresql://postgres:wly9H8gjjmxYfg1@localhost:15432/postgres?schema=public" - -DATABASE_URL="postgres://postgres:wly9H8gjjmxYfg1@bytecamp-db.flycast:5432?sslmode=disable" -# DATABASE_URL=postgres://snakebyte:zVB7lgOiKr89dq6@localhost:5432/snakebyte?sslmode=disable -NODE_PORT=3000