forked from letolabs/app-parrot-create
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-parrot-create.yaml
33 lines (25 loc) · 942 Bytes
/
app-parrot-create.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Your application's name
appname: "App::Parrot::Create"
# The default layout to use for your application
layout: "main"
# when the charset is set to UTF-8 Dancer will handle for you
# all the magic of encoding and decoding. You should not care
# about unicode within your app when this setting is set (recommended).
charset: "UTF-8"
# template engine
# simple: default and very basic template engine
# template_toolkit: TT
template: "simple"
# template: "template_toolkit"
# engines:
# template_toolkit:
# encoding: 'utf8'
# start_tag: '[%'
# end_tag: '%]'
#Mojolicious uses a secret passphrase for security features such as signed cookies
#md5("Parrot Foundation") = "8bf2d0c8051519c9bdbb574ed61a6217"
passphrase: "8bf2d0c8051519c9bdbb574ed61a6217"
#File path on hll template file
hll_template: "project-templates/hll.parrot"
#File path on library template file
library_template: "project-templates/library.parrot"