Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
UnCubanoDev authored Dec 14, 2024
1 parent aaba0a7 commit 5dbd806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SECRET_KEY=dfe3ffewfwefwe12312&^$%@(&$^()*FDVWje2
SQL_DATABASE=kiki
SQL_USER=postgres
SQL_PASSWORD=1234
SQL_PASSWORD=postgres
SQL_HOST=localhost
SQL_PORT=5432
SQL_ENGINE=django.db.backends.postgresql
DEBUG=0
EMAIL_HOST_USER=uncubanodev@gmail.com
EMAIL_HOST_PASSWORD=ypqszngcbnvyupsv
DJANGO_ALLOWED_HOSTS=["uncubano.dev", "www.uncubano.dev", "localhost:8000", "127.0.0.1:8000"]
DJANGO_ALLOWED_HOSTS=["uncubano.dev", "www.uncubano.dev", "localhost:8000", "127.0.0.1:8000"]

0 comments on commit 5dbd806

Please sign in to comment.