Skip to content

Commit 9f8d55f

Browse files
committed
changes.
1 parent 6efd3ba commit 9f8d55f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ STACK_NAME=full-stack-fastapi-project
1818

1919
# Backend
2020
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"
21-
SECRET_KEY=changethis
21+
SECRET_KEY="SII-BEQmcN8arjGWpOdpHhz0kz8PIqONaWRhekIqFDc"
2222
FIRST_SUPERUSER=[email protected]
23-
FIRST_SUPERUSER_PASSWORD=changethis
23+
FIRST_SUPERUSER_PASSWORD=password
2424

2525
# Emails
2626
SMTP_HOST=

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules/
44
/playwright-report/
55
/blob-report/
66
/playwright/.cache/
7+
.env

0 commit comments

Comments
 (0)