Skip to content

Commit

Permalink
chore: move backend to root folder for azure integration
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloUbirajara authored Apr 27, 2024
1 parent 1cdce59 commit 8993860
Show file tree
Hide file tree
Showing 215 changed files with 22 additions and 8,775 deletions.
File renamed without changes.
22 changes: 22 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Django App
SECRET_KEY='<django secret>'
DEBUG=true

# Postgres
DATABASE_NAME=<postgres name>
DATABASE_USER=<postgres user>
DATABASE_PASSWORD=<postgres password>
DATABASE_HOST=<postgres host>
DATABASE_PORT=<postgres port>

# JWT
JWT_SECRET='<jwt signing key>'

# E-mail
EMAIL_HOST='<smtp server host>'
EMAIL_HOST_USER='<smtp user>'
EMAIL_HOST_PASSWORD='<smtp user password>'
EMAIL_PORT='<smtp server port>'

# Frontend
FRONTEND_RESET_PASSWORD_URL="<frontend reset password url>"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 0 additions & 22 deletions backend/.env.example

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions frontend/.env.example

This file was deleted.

10 changes: 0 additions & 10 deletions frontend/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion frontend/.npmrc

This file was deleted.

38 changes: 0 additions & 38 deletions frontend/README.md

This file was deleted.

Loading

0 comments on commit 8993860

Please sign in to comment.