-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathupload_web.conf
More file actions
27 lines (24 loc) · 818 Bytes
/
upload_web.conf
File metadata and controls
27 lines (24 loc) · 818 Bytes
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
# rename this file to upload::web.yml and put a ':' after 'name' if
# you want to use YAML like in old versions of Catalyst
name Upload::Web
default_view Default
upload_dir __HOME__/root/static/upload
<session>
flash_to_stash 1
</session>
<Unicode::Encoding>
encoding UTF-8
</Unicode::Encoding>
<View Default>
ENCODING utf8
TEMPLATE_EXTENSION .tt
INCLUDE_PATH __path_to(root/templates/default/src)__
INCLUDE_PATH __path_to(root/templates/default/lib)__
PRE_PROCESS config/main
WRAPPER site/wrapper
COMPILE_DIR __path_to(root/tt_cache)__
COMPILE_EXT .ttc
TIMER 0
ERROR error.tt2
render_die 1
</View>