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
@@ -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