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
 # 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
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
 #echo shouldn't be used together with the logging module.
64
 #echo shouldn't be used together with the logging module.
64
 sqlalchemy.echo = false
65
 sqlalchemy.echo = false
65
 sqlalchemy.echo_pool = false
66
 sqlalchemy.echo_pool = false