1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 10:01:56 +02:00
Files
php-e107/e107_tests/lib/ci/config.acceptance.ci.yml
Nick Liu ada4ed13be Tests: Rework acceptance tests to set up LAMP at testing time
We may be able to test different operating systems this way.
2022-12-07 21:18:41 -06:00

15 lines
321 B
YAML

---
deployer: 'sftp'
url: 'http://localhost/e107/'
db:
host: '127.0.0.1'
dbname: 'app'
user: 'app'
password: 'Database Password for Continuous Integration'
populate: true
fs:
host: 'localhost'
user: 'www-data'
port: '22'
password: 'UNIX Password for Continuous Integration'
path: '/var/www/html/e107/'