🚀 release: v3.0.0

This commit is contained in:
Amruth Pillai
2022-03-02 17:44:11 +01:00
parent 2175256310
commit 295172687b
352 changed files with 30932 additions and 0 deletions

32
.env.example Normal file
View File

@ -0,0 +1,32 @@
# Reactive Resume
TZ=UTC
NODE_ENV=development
SECRET_KEY=change-me
# Public URLs
APP_URL=http://localhost:3000
SERVER_URL=http://localhost:3100
# Database
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DATABASE=reactive_resume
# Auth
JWT_SECRET=change-me
JWT_EXPIRY_TIME=604800
# Mail
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
# Google OAuth
GOOGLE_CLIENT_ID=change-me
GOOGLE_CLIENT_SECRET=change-me
# Google Web Fonts
GOOGLE_API_KEY=change-me