Browse Source

fixed deprecated postgresql url for sqlalchemy (removes warning at

sferot 11 years ago
parent
commit
c9eb0d90bc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pboard/development.ini.base

+ 3 - 3
pboard/development.ini.base View File

52
 # pick the form for your database
52
 # pick the form for your database
53
 # %(here) may include a ':' character on Windows environments; this can
53
 # %(here) may include a ':' character on Windows environments; this can
54
 # invalidate the URI when specifying a SQLite db via path name
54
 # invalidate the URI when specifying a SQLite db via path name
55
-# sqlalchemy.url=postgres://username:password@hostname:port/databasename
55
+# sqlalchemy.url=postgresql://username:password@hostname:port/databasename
56
 # sqlalchemy.url=mysql://username:password@hostname:port/databasename
56
 # sqlalchemy.url=mysql://username:password@hostname:port/databasename
57
 
57
 
58
 
58
 
59
 # If you have sqlite, here's a simple default to get you started
59
 # If you have sqlite, here's a simple default to get you started
60
 # in development
60
 # in development
61
 
61
 
62
-#sqlalchemy.url = postgres://pboard:pboard@127.0.0.1:5432/pboarddb
63
-sqlalchemy.url = postgres://pod_protov1_dev:pod_protov1_dev_password@127.0.0.1:5432/pod_protov1_dev
62
+#sqlalchemy.url = postgresql://pboard:pboard@127.0.0.1:5432/pboarddb
63
+sqlalchemy.url = postgresql://pod_protov1_dev:pod_protov1_dev_password@127.0.0.1:5432/pod_protov1_dev
64
 #echo shouldn't be used together with the logging module.
64
 #echo shouldn't be used together with the logging module.
65
 sqlalchemy.echo = false
65
 sqlalchemy.echo = false
66
 sqlalchemy.echo_pool = false
66
 sqlalchemy.echo_pool = false