Skip to content

Commit

Permalink
#47: Use pre-existing 'test' database available in local dev environm…
Browse files Browse the repository at this point in the history
…ent.
  • Loading branch information
adamfranco committed Sep 27, 2024
1 parent 4086f33 commit 2fc1b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions application/test/apc/configuration.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<key>urn:inet:middlebury.edu:config:banner_course.pdo_count_queries</key>
<false/>
<key>urn:inet:middlebury.edu:config:banner_course.pdo_dsn</key>
<string>mysql:dbname=afranco_catalog_test;host=localhost</string>
<string>mysql:dbname=test;host=database</string>
<key>urn:inet:middlebury.edu:config:banner_course.pdo_password</key>
<string>testpassword</string>
<string>symfony</string>
<key>urn:inet:middlebury.edu:config:banner_course.pdo_username</key>
<string>testuser</string>
<string>symfony</string>

<key>urn:inet:middlebury.edu:config:apc_course.impl_class_name</key>
<string>banner_course_CourseManager</string>
Expand Down
2 changes: 1 addition & 1 deletion application/test/banner/configuration.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>urn:inet:middlebury.edu:config:banner_course.pdo_count_queries</key>
<false/>
<key>urn:inet:middlebury.edu:config:banner_course.pdo_dsn</key>
<string>mysql:dbname=symfony_test;host=database</string>
<string>mysql:dbname=test;host=database</string>
<key>urn:inet:middlebury.edu:config:banner_course.pdo_password</key>
<string>symfony</string>
<key>urn:inet:middlebury.edu:config:banner_course.pdo_username</key>
Expand Down

0 comments on commit 2fc1b25

Please sign in to comment.