Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonresende committed Dec 24, 2024
1 parent 21b9d5f commit 975f539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastapi_backend/.env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Database

# Local database (replace localhost with db if you are using docker)
# Local database (replace localhost with db if you are running the project with docker)
DATABASE_URL=postgresql+asyncpg://postgres:password@localhost:5432/mydatabase

# Test database(replace localhost with db_test if you are using docker)
# Test database(replace localhost with db_test if you are running the project with docker)
TEST_DATABASE_URL=postgresql+asyncpg://postgres:password@localhost:5433/testdatabase


Expand All @@ -17,7 +17,7 @@ VERIFICATION_SECRET_KEY=your_verification_secret_key
OPENAPI_OUTPUT_FILE=../nextjs-frontend/openapi.json


# Localhost Email configuration (replace localhost with mailhog if you are using docker)
# Localhost Email configuration (replace localhost with mailhog if you are running the project with docker)
MAIL_USERNAME=test
MAIL_PASSWORD=test
MAIL_FROM=[email protected]
Expand Down

0 comments on commit 975f539

Please sign in to comment.