Compare commits
12 Commits
33973b4cda
...
9441166571
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9441166571 | ||
|
|
07c7c345d8 | ||
|
|
f15b698f2a | ||
|
|
8da61c1157 | ||
|
|
4c39fa000a | ||
|
|
b9ca4c3466 | ||
|
|
5d6f382b4f | ||
|
|
673f690745 | ||
|
|
98257c17a2 | ||
|
|
588ffefe5e | ||
|
|
4e819878ce | ||
|
|
6c3f282935 |
File diff suppressed because one or more lines are too long
BIN
docker/.docker-compose.yml.swp
Normal file
BIN
docker/.docker-compose.yml.swp
Normal file
Binary file not shown.
15
docker/.env:
Normal file
15
docker/.env:
Normal file
@ -0,0 +1,15 @@
|
||||
# Database (Postgres container)
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_HOST=db
|
||||
DB_PORT=5432
|
||||
DB_NAME=postgres
|
||||
|
||||
# Backend server
|
||||
BACKEND_PORT=4000
|
||||
JWT_SECRET=e33c3a546ba48074fbb8fcf04cfea1db9665f3211959a8825bdbdda174ff4b3b
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
|
||||
# Frontend
|
||||
FRONT_PORT=3000
|
||||
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
Loading…
x
Reference in New Issue
Block a user