Initial upload with full project structure
This commit is contained in:
17
app/examples/simple.yaml
Normal file
17
app/examples/simple.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
app_name: {{APP_NAME}}
|
||||||
|
version: {{VERSION}}
|
||||||
|
debug: {{DEBUG}}
|
||||||
|
|
||||||
|
database:
|
||||||
|
host: {{DB_HOST}}
|
||||||
|
port: {{DB_PORT}}
|
||||||
|
name: {{DB_NAME}}
|
||||||
|
|
||||||
|
cache:
|
||||||
|
enabled: {{USE_CACHE | default(True)}}
|
||||||
|
ttl: {{CACHE_TTL | default(300)}}
|
||||||
|
|
||||||
|
features:
|
||||||
|
{% for feature in FEATURES %}
|
||||||
|
- {{feature}}
|
||||||
|
{% endfor %}
|
||||||
Reference in New Issue
Block a user