From c00f0ec4e15c5543fa879e7192a451a8220171ba Mon Sep 17 00:00:00 2001 From: JBB0807 <104856796+JBB0807@users.noreply.github.com> Date: Tue, 20 May 2025 09:21:33 -0700 Subject: [PATCH] remove env files --- assignment-db-service/.env | 12 ------------ assignment-db-service/.env.development | 14 -------------- assignment-db-service/.env.test | 14 -------------- assignment-service/.env | 4 ---- assignment-service/.env.development | 13 ------------- assignment-service/.env.test | 5 ----- auth-service/.env | 13 ------------- auth-service/.env.development | 12 ------------ auth-service/.env.test | 12 ------------ deployment-service/.env.test | 9 --------- user-db-service/.env | 12 ------------ user-db-service/.env.development | 12 ------------ user-db-service/.env.test | 12 ------------ 13 files changed, 144 deletions(-) delete mode 100644 assignment-db-service/.env delete mode 100644 assignment-db-service/.env.development delete mode 100644 assignment-db-service/.env.test delete mode 100644 assignment-service/.env delete mode 100644 assignment-service/.env.development delete mode 100644 assignment-service/.env.test delete mode 100644 auth-service/.env delete mode 100644 auth-service/.env.development delete mode 100644 auth-service/.env.test delete mode 100644 deployment-service/.env.test delete mode 100644 user-db-service/.env delete mode 100644 user-db-service/.env.development delete mode 100644 user-db-service/.env.test diff --git a/assignment-db-service/.env b/assignment-db-service/.env deleted file mode 100644 index 3aaa685..0000000 --- a/assignment-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 diff --git a/assignment-db-service/.env.development b/assignment-db-service/.env.development deleted file mode 100644 index d370b34..0000000 --- a/assignment-db-service/.env.development +++ /dev/null @@ -1,14 +0,0 @@ -NODE_ENV=development - -# 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=3200 diff --git a/assignment-db-service/.env.test b/assignment-db-service/.env.test deleted file mode 100644 index 048a45c..0000000 --- a/assignment-db-service/.env.test +++ /dev/null @@ -1,14 +0,0 @@ -NODE_ENV=docker - -# 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@host.docker.internal: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=3200 diff --git a/assignment-service/.env b/assignment-service/.env deleted file mode 100644 index 19e98cb..0000000 --- a/assignment-service/.env +++ /dev/null @@ -1,4 +0,0 @@ -DB_ASSIGNMENT_SERVICE_URL = "http://db-assignment-service.internal:3000" -DEPLOY_API_URL="http://localhost:3006" -PROXY_URL="https://proxy-service.fly.dev" -NODE_PORT = 8080 \ No newline at end of file diff --git a/assignment-service/.env.development b/assignment-service/.env.development deleted file mode 100644 index b1d5a57..0000000 --- a/assignment-service/.env.development +++ /dev/null @@ -1,13 +0,0 @@ -NODE_ENV=development -DB_ASSIGNMENT_SERVICE_URL="http://localhost:3200" -DEPLOY_API_URL="http://127.0.0.1:3006" - -AWS_ACCESS_KEY_ID='tid__NSmOVaGknqitaCySppZjqVTgJSdDFnFbWcQllkC_juHwkbQZO' -AWS_ENDPOINT_URL_S3='https://fly.storage.tigris.dev' -AWS_REGION='auto' -AWS_SECRET_ACCESS_KEY='tsec_6Bz1aMbfYQftuq5WfIVEDZkHwskU4MMjVywdtxSP6uxetEBvkSC2VHI9HfTeDgHr4D6kiz' -COMMON_BUCKET='snakeapi-deployment-test-bucket' - -PROXY_URL="https://proxy-service.fly.dev" - -NODE_PORT=8082 \ No newline at end of file diff --git a/assignment-service/.env.test b/assignment-service/.env.test deleted file mode 100644 index d920c9b..0000000 --- a/assignment-service/.env.test +++ /dev/null @@ -1,5 +0,0 @@ -NODE_ENV=docker -DB_ASSIGNMENT_SERVICE_URL="http://js-assignment-db-service:3200" -DEPLOY_API_URL="http://js-deployment-service:3006/deploy" -NODE_PORT=8082 -PROXY_URL="https://proxy-service.fly.dev" diff --git a/auth-service/.env b/auth-service/.env deleted file mode 100644 index 5c3c27a..0000000 --- a/auth-service/.env +++ /dev/null @@ -1,13 +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/" -ACCEPTED_ORIGINS ="https://bytecamp-web.fly.dev,https://byte-camp-auth-service.fly.dev,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" -AUTH_URL = "https://byte-camp-auth-service.fly" -ASSIGNMENT_SERVICE_URL="http://assignment-service.internal:8080" - -# 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/auth-service/.env.development b/auth-service/.env.development deleted file mode 100644 index de2aacf..0000000 --- a/auth-service/.env.development +++ /dev/null @@ -1,12 +0,0 @@ -NODE_ENV=development - -GOOGLE_CLIENT_ID="485880105639-1in8tvb6ondnn198rasuj2d8ank06ntp.apps.googleusercontent.com" -GOOGLE_CLIENT_SECRET="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" -GOOGLE_CALLBACK_URL="http://localhost:8080/auth/google/callback" -LOGIN_REDIRECT_URL="http://localhost:5173/" -ACCEPTED_ORIGINS=http://localhost:3000,http://localhost:8081,http://localhost:3001,http://localhost:5173 -ASSIGNMENT_SERVICE_URL="http://localhost:8082" -DB_USER_SERVICE_URL="http://localhost:3100/" -AUTH_SESSION_KEY="f3f4d8e6b17a4b3abdc8e9a2c0457aaf91c0d5f6e3b7a9c8df624bd71ea35f42" -AUTH_URL = "http://localhost:8080" -PORT=8080 \ No newline at end of file diff --git a/auth-service/.env.test b/auth-service/.env.test deleted file mode 100644 index 3787375..0000000 --- a/auth-service/.env.test +++ /dev/null @@ -1,12 +0,0 @@ -NODE_ENV=docker - -GOOGLE_CLIENT_ID="485880105639-1in8tvb6ondnn198rasuj2d8ank06ntp.apps.googleusercontent.com" -GOOGLE_CLIENT_SECRET="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" -GOOGLE_CALLBACK_URL="http://localhost:8080/auth/google/callback" -LOGIN_REDIRECT_URL="http://localhost:5173/" -ACCEPTED_ORIGINS=http://localhost:3000,http://localhost:8081,http://localhost:3001,http://localhost:5173 -ASSIGNMENT_SERVICE_URL="http://js-assignment-service:8082" -DB_USER_SERVICE_URL="http://js-user-db-service:3100/" -AUTH_SESSION_KEY="f3f4d8e6b17a4b3abdc8e9a2c0457aaf91c0d5f6e3b7a9c8df624bd71ea35f42" -AUTH_URL = "http://localhost:8080" -PORT=8080 \ No newline at end of file diff --git a/deployment-service/.env.test b/deployment-service/.env.test deleted file mode 100644 index 8c0e809..0000000 --- a/deployment-service/.env.test +++ /dev/null @@ -1,9 +0,0 @@ -NODE_ENV=docker -FLY_ACCESS_TOKEN="FlyV1 fm2_lJPECAAAAAAACJJHxBAjRF69RAjf3FXXuVT+M3bcwrVodHRwczovL2FwaS5mbHkuaW8vdjGUAJLOAA//nh8Lk7lodHRwczovL2FwaS5mbHkuaW8vYWFhL3YxxDxmIdNTu/DGjUSyYxuC5W7Rio4bNT5w6c1Ihi+ZJnjcmEutbt5KuyFcCo1C0CFPEhrP4hY5SEvXN58GHUDEToWZ0GwI5ndmIsZnhWSG8TBixbuFTaBb8lTBU5lNOvm2l4rX1i6dfId7S9Ko6qXpOzl9oYngy0zw+g2MwXuQrH6/XELBdEy/KThVeTEjt8QgBzOo/Eae+DsrATm6WjVv9f5a4iS/s7WtYHydZZr3z9M=,fm2_lJPEToWZ0GwI5ndmIsZnhWSG8TBixbuFTaBb8lTBU5lNOvm2l4rX1i6dfId7S9Ko6qXpOzl9oYngy0zw+g2MwXuQrH6/XELBdEy/KThVeTEjt8QQNZaUoOrVdOnk6Vo/DkeMGsO5aHR0cHM6Ly9hcGkuZmx5LmlvL2FhYS92MZgEks5oGwzFzwAAAAEkEyrjF84AD2FZCpHOAA9hWQzEEASQrBHkPDFO3LlZDaxRRIjEIEW1ki/syKHnhFamHgze8PFeunPOAmNmh57hslV04lL7" -AWS_ACCESS_KEY_ID='tid__NSmOVaGknqitaCySppZjqVTgJSdDFnFbWcQllkC_juHwkbQZO' -AWS_ENDPOINT_URL_S3='https://fly.storage.tigris.dev' -AWS_REGION='auto' -AWS_SECRET_ACCESS_KEY='tsec_6Bz1aMbfYQftuq5WfIVEDZkHwskU4MMjVywdtxSP6uxetEBvkSC2VHI9HfTeDgHr4D6kiz' -COMMON_BUCKET='snakeapi-deployment-test-bucket' -FLY_ORG='personal' -IMAGE_REF="registry.fly.io/snake-api-template:latest" \ No newline at end of file diff --git a/user-db-service/.env b/user-db-service/.env deleted file mode 100644 index 52a3ca1..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=3100 diff --git a/user-db-service/.env.development b/user-db-service/.env.development deleted file mode 100644 index 52a3ca1..0000000 --- a/user-db-service/.env.development +++ /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=3100 diff --git a/user-db-service/.env.test b/user-db-service/.env.test deleted file mode 100644 index 7509cce..0000000 --- a/user-db-service/.env.test +++ /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@host.docker.internal: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=3100