Skip to content

Commit

Permalink
#30: Fixing missing import on sample config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Mar 18, 2009
1 parent 2b0b95a commit 5649060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/simple-db-migrate.conf
@@ -1,4 +1,6 @@
# example config file
import os

HOST = os.getenv("DB_HOST") or "localhost"
USERNAME = os.getenv("DB_USERNAME") or "root"
PASSWORD = os.getenv("DB_PASSWORD") or ""
Expand Down

0 comments on commit 5649060

Please sign in to comment.