Browse Source

fixed deprecated postgresql url for sqlalchemy (removes warning at

sferot 10 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,15 +52,15 @@ beaker.session.validate_key = 3283411b-1904-4554-b0e1-883863b53080
52 52
 # pick the form for your database
53 53
 # %(here) may include a ':' character on Windows environments; this can
54 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 56
 # sqlalchemy.url=mysql://username:password@hostname:port/databasename
57 57
 
58 58
 
59 59
 # If you have sqlite, here's a simple default to get you started
60 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 64
 #echo shouldn't be used together with the logging module.
65 65
 sqlalchemy.echo = false
66 66
 sqlalchemy.echo_pool = false