mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
add initial yaml for global env vars
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
committed by
mmattel
parent
f4e3bb99a3
commit
472ba967ca
31
docs/helpers/global_vars.yaml
Normal file
31
docs/helpers/global_vars.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
variables:
|
||||
- name: CS3_GATEWAY
|
||||
type: ""
|
||||
default: ""
|
||||
description: ""
|
||||
dependend_services: []
|
||||
do_ignore: false
|
||||
- name: CS3_MACHINE_AUTH_API_KEY
|
||||
type: ""
|
||||
default: ""
|
||||
description: ""
|
||||
dependend_services: []
|
||||
do_ignore: false
|
||||
- name: OCIS_BASE_DATA_PATH
|
||||
type: ""
|
||||
default: ""
|
||||
description: ""
|
||||
dependend_services: []
|
||||
do_ignore: false
|
||||
- name: OCIS_CONFIG_DIR
|
||||
type: ""
|
||||
default: ""
|
||||
description: ""
|
||||
dependend_services: []
|
||||
do_ignore: false
|
||||
- name: MICRO_LOG_LEVEL
|
||||
type: ""
|
||||
default: ""
|
||||
description: ""
|
||||
dependend_services: []
|
||||
do_ignore: false
|
||||
Reference in New Issue
Block a user