env added
This commit is contained in:
parent
649151d613
commit
2381ccd75c
3 changed files with 33 additions and 1 deletions
15
.env
Normal file
15
.env
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
SERVER_URL=http://localhost
|
||||||
|
SERVER_PORT=3000
|
||||||
|
|
||||||
|
DATABASE_URL=postgres://postgres:saimon%40567@localhost:5432/planpost_canvas
|
||||||
|
|
||||||
|
MINIO_ACCESS_KEY=rEiuiqB8JCSmWt7AswOM
|
||||||
|
MINIO_SECRET_KEY=en3ut7Zp71uAfGrhvMkH6Pk7ZM1qZb9mFxj7KzD5
|
||||||
|
MINIO_ENDPOINT=localhost
|
||||||
|
MINIO_PORT=9000
|
||||||
|
|
||||||
|
CLERK_SECRET_KEY=sk_test_X4OZbPdnr9ZxlccH8eaA7Ou0oQvQ9FpQ0mq0KuwLUz
|
||||||
|
|
||||||
|
JWT_ACCESS_TOKEN_SECRET=planpostai%^$_%43%65576canvas%%$$
|
||||||
|
|
||||||
|
JWT_REFRESH_TOKEN_SECRET=planpostai!@43223_canvas$%^$349332$$
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,7 +25,6 @@ yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env
|
|
||||||
.env.local
|
.env.local
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
|
|
|
||||||
18
env.example.js
Normal file
18
env.example.js
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
// all of these are required to run the project
|
||||||
|
|
||||||
|
|
||||||
|
// SERVER_URL
|
||||||
|
// SERVER_PORT
|
||||||
|
|
||||||
|
// DATABASE_URL
|
||||||
|
|
||||||
|
// MINIO_ACCESS_KEY
|
||||||
|
// MINIO_SECRET_KEY
|
||||||
|
// MINIO_ENDPOINT
|
||||||
|
// MINIO_PORT
|
||||||
|
|
||||||
|
// CLERK_SECRET_KEY
|
||||||
|
|
||||||
|
// JWT_ACCESS_TOKEN_SECRET
|
||||||
|
|
||||||
|
// JWT_REFRESH_TOKEN_SECRET
|
||||||
Loading…
Add table
Reference in a new issue