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