Revision 44d80edf snf-pithos-backend/pithos/backends/lib/sqlalchemy/alembic.ini

b/snf-pithos-backend/pithos/backends/lib/sqlalchemy/alembic.ini
2 2

  
3 3
[alembic]
4 4
# path to migration scripts
5
script_location = alembic
5
script_location = %(here)s/alembic
6 6

  
7 7
# template used to generate migration files
8 8
# file_template = %%(rev)s_%%(slug)s
......
12 12
# revision_environment = false
13 13

  
14 14
#sqlalchemy.url = driver://user:pass@localhost/dbname
15
sqlalchemy.url = postgresql://pithos@:5432/pithos_prod
16 15

  
17 16
# Logging configuration
18 17
[loggers]

Also available in: Unified diff