Skip to content

Commit

Permalink
Merge branch 'docker-test' into gabau/gcd
Browse files Browse the repository at this point in the history
Gabau authored Nov 11, 2023
2 parents cabe44b + cc04819 commit 8880723
Showing 2 changed files with 10 additions and 14 deletions.
21 changes: 8 additions & 13 deletions .env.example
Original file line number Diff line number Diff line change
@@ -8,17 +8,12 @@ NEXT_PUBLIC_WS_URL="http://localhost:${PORT}"
NEXT_PUBLIC_PORT=3000

# PostgreSQL
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/db?schema=public"

## MongoDB
# MONGO_USER=mongodb
# MONGO_PASSWORD=DNs3kNlSnV9Q8iBO
# MONGO_URL="mongodb+srv://${MONGO_USER}:${MONGO_PASSWORD}@cs3219test.heahtzv.mongodb.net/db"

MONGO_USER=root
MONGO_PASSWORD=password
MONGO_USER=
MONGO_PASSWORD=
MONGO_URL="mongodb://localhost:27017/db"

# Next Auth
@@ -36,9 +31,9 @@ J0_URL="http://localhost:2358"

S3_BUCKET_NAME=some
# Next auth secret
NEXT_AUTH_SECRET=EXAMPLE_JWT_SECRET
NEXT_AUTH_SECRET=

# Github OAuth Provider
GITHUB_ID=423856fc5cae959fe4c4
GITHUB_SECRET=96df1e12eeb67a9359213ff14826c538522fdea4
OPENAI_API_KEY=apple
GITHUB_ID=
GITHUB_SECRET=
OPENAI_API_KEY=
3 changes: 2 additions & 1 deletion production/.env.example
Original file line number Diff line number Diff line change
@@ -6,10 +6,11 @@
# secrets in it. If you are cloning this repo, create a copy of this file named
# ".env" and populate it with your secrets.


# When adding additional environment variables, the schema in "/src/env.mjs"
# should be updated accordingly.

## Node
NEXT_PUBLIC_WS_PORT=3000
NEXT_PUBLIC_WS_URL=wss://peerprep-j2ljsx7boa-de.a.run.app
NEXT_PUBLIC_PORT=3000
NEXT_PUBLIC_PORT=3000

0 comments on commit 8880723

Please sign in to comment.