Skip to content

Commit 85c95e8

Browse files
committed
Updated .env file
1 parent d1df85e commit 85c95e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Domain
22
# This would be set to the production domain with an env var on deployment
33
# used by Traefik to transmit traffic and aqcuire TLS certificates
4-
DOMAIN=localhost
4+
DOMAIN=localhost.tiangolo.com
55
# To test the local Traefik config
66
# DOMAIN=localhost.tiangolo.com
77

@@ -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=simple
2222
FIRST_SUPERUSER=[email protected]
23-
FIRST_SUPERUSER_PASSWORD=changethis
23+
FIRST_SUPERUSER_PASSWORD=simple
2424

2525
# Emails
2626
SMTP_HOST=
@@ -36,7 +36,7 @@ POSTGRES_SERVER=localhost
3636
POSTGRES_PORT=5432
3737
POSTGRES_DB=app
3838
POSTGRES_USER=postgres
39-
POSTGRES_PASSWORD=changethis
39+
POSTGRES_PASSWORD=simple
4040

4141
SENTRY_DSN=
4242

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_modules/
33
/test-results/
44
/playwright-report/
55
/blob-report/
6-
/playwright/.cache/
6+
/playwright/.cache/

0 commit comments

Comments
 (0)