diff --git a/.env b/.env index 1d44286e25..446b681735 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ # Domain # This would be set to the production domain with an env var on deployment # used by Traefik to transmit traffic and aqcuire TLS certificates -DOMAIN=localhost +DOMAIN=localhost.tiangolo.com # To test the local Traefik config # DOMAIN=localhost.tiangolo.com @@ -18,9 +18,9 @@ STACK_NAME=full-stack-fastapi-project # Backend BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com" -SECRET_KEY=changethis +SECRET_KEY=simple FIRST_SUPERUSER=admin@example.com -FIRST_SUPERUSER_PASSWORD=changethis +FIRST_SUPERUSER_PASSWORD=simple # Emails SMTP_HOST= @@ -36,7 +36,7 @@ POSTGRES_SERVER=localhost POSTGRES_PORT=5432 POSTGRES_DB=app POSTGRES_USER=postgres -POSTGRES_PASSWORD=changethis +POSTGRES_PASSWORD=simple SENTRY_DSN= diff --git a/.gitignore b/.gitignore index a6dd346572..0b3be52d25 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ node_modules/ /test-results/ /playwright-report/ /blob-report/ -/playwright/.cache/ +/playwright/.cache/ \ No newline at end of file