-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.TEMPLATE.yaml
More file actions
46 lines (37 loc) · 869 Bytes
/
app.TEMPLATE.yaml
File metadata and controls
46 lines (37 loc) · 869 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
application: accessifywiki-2
version: 1
runtime: php55
api_version: 1
#threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: /.*
script: index.php
# Ignore files.
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- Makefile
- .*\.md
- composer\.(json|lock)
- .*(BAK|bak).*
- .*\.diff
- .*\.TEMPLATE.*
- vendor/(bin|squizlabs)/.*
- vendor/.*/(php-parallel-lint|php_codesniffer)/.*
env_variables:
foo: 'bar'
aw_use_dotenv: false
REDIRECT_URL: http://accessifywiki.github.io/
FIX_INDEX_URL: http://accessifywiki.github.io/fix/index.json
AW_WIKI_SEARCH_URL: false
# Travis-CI Web Hook.
TRAVIS_REPO_SLUG: accessifywiki/accessifywiki.github.io
TRAVIS_TOKEN: "{{ X-EDIT ME }}"
TRAVIS_LOG_DIR: "./logs/{{ EDIT ME }}"
#End.