mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
15 lines
321 B
YAML
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/' |