-
Notifications
You must be signed in to change notification settings - Fork 16
/
project.yaml
46 lines (46 loc) · 1.43 KB
/
project.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
34
35
36
37
38
39
40
41
42
43
44
45
46
---
project_folder: demo_geomapfish
project_package: geomapfishapp
application_url: https://localhost:8484/
checker_url: https://172.17.0.1:8484/c2c/health_check?max_level=9
managed_files:
- spell-ignore-words\.txt
- pattern: Makefile
no_touch: True
- \.gitignore
- qgisserver/pg_service\.conf\.tmpl
- docker-compose\.override\.sample\.yaml
- docker-compose-db\.yaml
- geoportal/Dockerfile
- geoportal/requirements\.txt
- ci/config\.yaml
- \.github/workflows/rebuild\.yaml
- \.github/workflows/update_l10n\.yaml
- \.dockerignore
- \.prettierignore
- Dockerfile
- geoportal/interfaces/desktop_alt\.html\.mako
- tests/test_app.py
- .editorconfig
- .pre-commit-config\.yaml
- tsconfig\.json
unmanaged_files:
- geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controller.*\.js
- geoportal/geomapfish_geoportal/static-ngeo/js/apps/.*\.html\.ejs
- geoportal/geomapfish_geoportal/static-ngeo/js/apps/sass/.*
- geoportal/geomapfish_geoportal/static-ngeo/js/apps/image/.*
- geoportal/geomapfish_geoportal/static-ngeo/api/api\.css
- geoportal/geomapfish_geoportal/static-ngeo/api/index\.js
- print/print-apps/demo/.*\.jrxml
template_vars:
package: geomapfish
srid: 2056
extent: 2489246,1078873,2837119,1296543
authtkt_secret: io7heoDui8xaikie1rushaeGeiph8Bequei6ohchaequob6viejei0xooWeuvohf
env:
files:
- env.default
- env.project
- env.secrets
required_args: 0
help: No arguments needed.