Browse Source

use new default settings for the database: pod, pod_master and poad_master_password

damien 11 years ago
parent
commit
63e9cc5704
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pboard/development.ini

+ 2 - 1
pboard/development.ini View File

@@ -59,7 +59,8 @@ beaker.session.validate_key = 3283411b-1904-4554-b0e1-883863b53080
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
62
+#sqlalchemy.url = postgres://pboard:pboard@127.0.0.1:5432/pboarddb
63
+sqlalchemy.url = postgres://pod_master:pod_master_password@127.0.0.1:5432/pod
63 64
 #echo shouldn't be used together with the logging module.
64 65
 sqlalchemy.echo = false
65 66
 sqlalchemy.echo_pool = false