Update standards version & libawl dependencies.
[wrms.git] / config / config.yml.example
blob4743a2d1a4ad1b2afd965e1c829245bcb49bcf0c
1 # Example YAML configuration
2 # All fields entered in here are incorporated in to the $c configuration variable.
3 # This is read in before the PHP configuration - the PHP configuration may use
4 # the configuration values in this file to set up other settings.
6 theme: Default
7 can-set-theme: true
8 alternate_logo: "logo.png"
10 pg_connect:
11   - "host=myhost dbname=wrms user=wrms password=wrms"
13 #dbg:
14 #  api_calls: true
15 #  querystring: true
16 #  pdf: true
18 mail:
19   method: mail # (mail | sendmail | smtp)
20   from_name: WRMS Admin
21   from_address: wrmsadmin@my.site
22 # sendmail:
23 #   path: /usr/sbin/sendmail
24 # smtp:
25 #   host: mail.server
26 #   port: 25
27 #   username: wrms
28 #   password: wrms
29 #   timeout: 10