yt-gen-app/example.yml

40 lines
811 B
YAML
Raw Normal View History

2023-06-23 14:54:47 +03:00
name: test
title: Example
version: 1.0
description: Example project
termsOfServices: https://ymnuktech.ru/privacy-policy/
contactName: API Support
contactUrl: ymnuktech.ru
contactEmail: ymnuktech@mail.ru
licenseName: Apache 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.html
host: example.com
basePath: /api
2023-06-23 14:54:47 +03:00
db:
sqlite: true
2023-06-23 14:54:47 +03:00
tables:
- name: test___test_1
2023-06-23 14:54:47 +03:00
pk: uuid
fields:
- name: f1
recursive: true
- name: test2
pk: int
fields:
- name: f1
- name: f2
fks:
- name: test___test_1
tableName: test___test_1
backend:
config:
- name: nominatim
type: string
help: Nominatim server for geocoding
- name: tile_server
type: string
help: Tile server for download tiles map
frontend: