php-censor/app/config.example.yml

30 lines
631 B
YAML
Raw Normal View History

2016-04-17 08:34:12 +02:00
b8:
2016-04-25 19:30:23 +02:00
database:
servers:
read: localhost
write: localhost
port: 3306
name: php-censor-db
2016-07-21 19:02:11 +02:00
username: php-censor-user
password: php-censor-password
php-censor:
language: en
per_page: 10
url: 'http://php-censor.local'
email_settings:
from_address: 'no-reply@php-censor.local'
smtp_address:
2016-04-25 19:30:23 +02:00
worker:
host: localhost
2016-07-21 19:02:11 +02:00
queue: php-censor-queue
github:
token: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
comments:
commit: false
pull_request: false
authentication_settings:
state: false
user_id: 1
build:
remove_builds: true