feat: bootstrap backend API, schema and forgejo task issues
This commit is contained in:
parent
77e837cc25
commit
09ea388190
15 changed files with 1557 additions and 0 deletions
7
backend/.env.example
Normal file
7
backend/.env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PORT=3000
|
||||
DB_HOST=80.74.142.125
|
||||
DB_PORT=3306
|
||||
DB_NAME=helpyourneighbour
|
||||
DB_USER=helpyourneighbour
|
||||
DB_PASSWORD=change-me
|
||||
JWT_SECRET=change-me-super-secret
|
||||
Loading…
Add table
Add a link
Reference in a new issue