Skip to content

Commit

Permalink
fix: Fix local env (bad domain)
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Sep 9, 2024
1 parent 974bc6c commit eb8b5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FLASK_APP_NAME="UVLHUB.IO(dev)"
FLASK_ENV=development
FLASK_APP=app
SECRET_KEY=dev_test_key_1234567890abcdefghijklmnopqrstu
DOMAIN=localhost
DOMAIN=localhost:5000
MARIADB_HOSTNAME=localhost
MARIADB_PORT=3306
MARIADB_DATABASE=uvlhubdb
Expand Down

0 comments on commit eb8b5d3

Please sign in to comment.