initial commit 2
This commit is contained in:
5
backend/.env.copy-paste.example
Normal file
5
backend/.env.copy-paste.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copia este contenido a backend/.env y reemplaza los valores entre < >
|
||||
DATABASE_URL=postgresql+psycopg://<usuario>:<contraseña>@<IP_DE_TU_POSTGRESQL>:5432/<nombre_base_datos>
|
||||
SECRET_KEY=<cadena_larga_secreta>
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=10080
|
||||
CORS_ORIGINS=http://localhost:3000,http://10.0.2.2:3000,http://<IP_DE_TU_FLUTTER>:8000
|
||||
Reference in New Issue
Block a user