File: local.yaml

package info (click to toggle)
libconfig-merge-perl 1.04-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 452 kB
  • sloc: perl: 805; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#=======================================================================
app:
#=======================================================================
  webserver:
    virtual_hosts:
        - sites:            example1
          http:             *:80
          https:            *:443
          aliases:
              localhost:    example1
          options:
              name_virtual_host: 0
              listen:            0
  db:
    connections:
      default_settings:
        host:               localhost
        password:           LoCal

  images:
    path:                       /srv/www/sites/example/images/
  upload:
    path:                       /srv/www/sites/example/images/temp/