This commit is contained in:
2023-09-26 18:14:36 -06:00
commit fb5a0fc542
443 changed files with 21892 additions and 0 deletions

10
ReactiveResume/.env Normal file
View File

@@ -0,0 +1,10 @@
PUBLIC_URL=https://reactiveresume.alexlebens.net
PUBLIC_SERVER_URL=https://reactiveresumesr.alexlebens.net
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
SECRET_KEY=change-me-to-something-secure
POSTGRES_HOST=reactiveresume_postgres
POSTGRES_PORT=5432
JWT_SECRET=change-me-to-something-secure
JWT_EXPIRY_TIME=604800