mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
28 lines
892 B
YAML
28 lines
892 B
YAML
class_name: InstallTester
|
|
modules:
|
|
enabled: [Db, PhpBrowser, DbDropTablesHelper, InstallHelper, Filesystem]
|
|
config:
|
|
PhpBrowser:
|
|
url: 'http://localhost:8000/'
|
|
DbDropTablesHelper:
|
|
dsn: 'mysql:host=localhost;dbname=rhymix'
|
|
user: 'travis'
|
|
password: 'travis'
|
|
Db:
|
|
dsn: 'mysql:host=localhost;dbname=rhymix'
|
|
user: 'travis'
|
|
password: 'travis'
|
|
cleanup: true
|
|
env:
|
|
travis:
|
|
modules:
|
|
config:
|
|
Db:
|
|
dsn: 'mysql:host=localhost;dbname=rhymix'
|
|
user: 'travis'
|
|
password: 'travis'
|
|
cleanup: true
|
|
DbDropTablesHelper:
|
|
dsn: 'mysql:host=localhost;dbname=rhymix'
|
|
user: 'travis'
|
|
password: 'travis'
|