Bläddra i källkod

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

damien 11 år sedan
förälder
incheckning
63e9cc5704
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      pboard/development.ini

+ 2 - 1
pboard/development.ini Visa fil

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