1 # After you've edited this file, remove the following line to allow
2 # `yesod keter` to build your bundle.
5 # A Keter app is composed of 1 or more stanzas. The main stanza will define our
6 # web application. See the Keter documentation for more information on
10 # Your Yesod application.
13 # Name of your executable. You are unlikely to need to change this.
14 # Note that all file paths are relative to the keter.yml file.
15 exec: ../dist/build/hcompta-web/hcompta-web
17 # Command line options passed to your application.
21 # You can specify one or more hostnames for your application to respond
22 # to. The primary hostname will be used for generating your application
26 # Enable to force Keter to redirect to https
27 # Can be added to any stanza
28 requires-secure: false
33 - static.hcompta-web.com
36 # Uncomment to turn on directory listings.
37 # directory-listing: true
39 # Redirect plain domain name to www.
45 - host: www.hcompta-web.com
49 # Uncomment to switch to a non-permanent redirect.
52 # Use the following to automatically copy your bundle upon creation via `yesod
53 # keter`. Uses `scp` internally, so you can set it to a remote destination
54 # copy-to: user@host:/opt/keter/incoming
56 # If you would like to have Keter automatically create a PostgreSQL database
57 # and set appropriate environment variables for it to be discovered, uncomment