Skip to content

Commit

Permalink
Update enterprise admin config to have "enterprise_" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErgoSoftUK committed May 16, 2017
1 parent b2b4413 commit b1c9de9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ INSERT INTO config
VALUES
('enterprise', 'admin_database', '{
"driverClass" : "org.postgresql.Driver",
"username" : "postgres",
"password" : "",
"url" : "jdbc:postgresql://localhost:5432/enterprise_admin",
"enterprise_username" : "postgres",
"enterprise_password" : "",
"enterprise_url" : "jdbc:postgresql://localhost:5432/enterprise_admin",
"pseudonymised": false
}' );

Expand All @@ -46,9 +46,9 @@ INSERT INTO config
VALUES
('enterprise', 'admin_database', '{
"driverClass" : "com.mysql.jdbc.Driver",
"username" : "root",
"password" : "",
"url" : "jdbc:mysql://localhost:3306/enterprise_admin?useSSL=false",
"enterprise_username" : "root",
"enterprise_password" : "",
"enterprise_url" : "jdbc:mysql://localhost:3306/enterprise_admin?useSSL=false",
"pseudonymised": false
}' );

Expand Down

0 comments on commit b1c9de9

Please sign in to comment.