Merge branch 'master' of https://code.grnet.gr/git/pithos
[pithos] / snf-pithos-backend / pithos / backends / lib / sqlalchemy / alembic.ini
index 30eefc1..30fe69c 100644 (file)
@@ -2,7 +2,7 @@
 
 [alembic]
 # path to migration scripts
-script_location = alembic
+script_location = %(here)s/alembic
 
 # template used to generate migration files
 # file_template = %%(rev)s_%%(slug)s
@@ -11,8 +11,7 @@ script_location = alembic
 # the 'revision' command, regardless of autogenerate
 # revision_environment = false
 
-#sqlalchemy.url = driver://user:pass@localhost/dbname
-sqlalchemy.url = postgresql://pithos@:5432/pithos_prod
+sqlalchemy.url = driver://user:pass@localhost/dbname
 
 # Logging configuration
 [loggers]