22 lines
645 B
Bash
22 lines
645 B
Bash
SERVER_URL=http://localhost
|
|
SERVER_PORT=3001
|
|
|
|
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$$
|
|
|
|
# developer canvas server url
|
|
CANVAS_SERVER_URL_DEV=http://localhost:3000/api
|
|
|
|
PEXELS_URL=https://api.pexels.com/v1
|
|
PEXELS_ACCESS_KEY=6PK7hLvOuG6nFsmC8c9EV0P8hGkyHeIhYpiRxhkEfh2ePK0GhiQypBhI
|
|
|