Skip to content

Commit

Permalink
add new config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Aug 5, 2016
1 parent 24dfbaf commit 7426693
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config/user_preferences_extra_conf.xml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
preferences:
# the key you can refer to
apollo_url_01:
# description that is displayed to the user
description: The URL to your personal Apollo instance

inputs:
# the content can be accessed by apollo_url_01.apollo_url
- name: apollo_url
# type of input field that will be displayed to the user
# can be string or password
type: string
# by defaul all inputs are required
required: True

openstack_account:
description: Your own Globus account
inputs:
- name: username
type: string
required: False
- name: password
type: password
required: False
- name: url
type: string
required: True

0 comments on commit 7426693

Please sign in to comment.