feat: add full project - backend, frontend, docker, specs and configs
This commit is contained in:
parent
b77c7d5a01
commit
e6cb06255b
24489 changed files with 61341 additions and 36 deletions
10
.env.example
Normal file
10
.env.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Variáveis de ambiente para docker-compose
|
||||
# Copie este arquivo para .env e ajuste os valores
|
||||
|
||||
# PostgreSQL
|
||||
POSTGRES_DB=saas_imobiliaria
|
||||
POSTGRES_USER=imob_user
|
||||
POSTGRES_PASSWORD=imob_password_dev
|
||||
|
||||
# Flask
|
||||
SECRET_KEY=troque-esta-chave-em-producao
|
||||
Loading…
Add table
Add a link
Reference in a new issue