mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
31 lines
600 B
Plaintext
31 lines
600 B
Plaintext
# Global
|
|
TZ=UTC
|
|
|
|
# Server
|
|
SECRET_KEY=
|
|
PUBLIC_URL=http://<SERVER-IP>
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USERNAME=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DATABASE=postgres
|
|
POSTGRES_SSL_CERT=
|
|
JWT_SECRET=
|
|
JWT_EXPIRY_TIME=604800
|
|
PUBLIC_GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
GOOGLE_API_KEY=
|
|
SENDGRID_API_KEY=
|
|
SENDGRID_FORGOT_PASSWORD_TEMPLATE_ID=
|
|
SENDGRID_FROM_NAME=
|
|
SENDGRID_FROM_EMAIL=
|
|
|
|
# Client
|
|
PUBLIC_URL=http://<SERVER-IP>
|
|
PUBLIC_SERVER_URL=http://<SERVER-IP>/api
|
|
PUBLIC_GOOGLE_CLIENT_ID=
|
|
|
|
# Postgres
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DATABASE=postgres |