Update config samples

This commit is contained in:
Romain Neutron
2013-03-22 18:26:09 +01:00
parent 46ed30dd22
commit 2d6d6ecd14
2 changed files with 214 additions and 0 deletions

View File

@@ -32,6 +32,55 @@ dev:
border-manager: border_manager
search-engine: phrasea
task-manager: task_manager
auth-providers:
facebook:
enabled: false
options:
app-id: ''
secret: ''
twitter:
enabled: false
options:
consumer-key: ''
consumer-secret: ''
google-plus:
enabled: false
options:
client-id: ''
client-secret: ''
github:
enabled: false
options:
client-id: ''
client-secret: ''
viadeo:
enabled: false
options:
client-id: ''
client-secret: ''
linkedin:
enabled: false
options:
client-id: ''
client-secret: ''
registration-fields:
-
name: company
required: true
constraints:
-
name:
options: []
registration-fields:
-
name: company
required: true
-
name: first-name
required: true
-
name: geoname-id
required: true
##############
# PRODUCTION #
@@ -51,6 +100,37 @@ prod:
border-manager: border_manager
search-engine: phrasea
task-manager: task_manager
auth-providers:
facebook:
enabled: false
options:
app-id: ''
secret: ''
twitter:
enabled: false
options:
consumer-key: ''
consumer-secret: ''
google-plus:
enabled: false
options:
client-id: ''
client-secret: ''
github:
enabled: false
options:
client-id: ''
client-secret: ''
viadeo:
enabled: false
options:
client-id: ''
client-secret: ''
linkedin:
enabled: false
options:
client-id: ''
client-secret: ''
##############
# TEST #
@@ -70,4 +150,35 @@ test:
border-manager: border_manager
search-engine: phrasea
task-manager: task_manager
auth-providers:
facebook:
enabled: false
options:
app-id: ''
secret: ''
twitter:
enabled: false
options:
consumer-key: ''
consumer-secret: ''
google-plus:
enabled: false
options:
client-id: ''
client-secret: ''
github:
enabled: false
options:
client-id: ''
client-secret: ''
viadeo:
enabled: false
options:
client-id: ''
client-secret: ''
linkedin:
enabled: false
options:
client-id: ''
client-secret: ''

View File

@@ -31,6 +31,47 @@ dev:
border-manager: border_manager
search-engine: phrasea
task-manager: task_manager
auth-providers:
facebook:
enabled: false
options:
app-id: ''
secret: ''
twitter:
enabled: false
options:
consumer-key: ''
consumer-secret: ''
google-plus:
enabled: false
options:
client-id: ''
client-secret: ''
github:
enabled: false
options:
client-id: ''
client-secret: ''
viadeo:
enabled: false
options:
client-id: ''
client-secret: ''
linkedin:
enabled: false
options:
client-id: ''
client-secret: ''
registration-fields:
-
name: company
required: true
-
name: first-name
required: true
-
name: geoname-id
required: true
##############
# PRODUCTION #
@@ -50,6 +91,37 @@ prod:
border-manager: border_manager
search-engine: phrasea
task-manager: task_manager
auth-providers:
facebook:
enabled: false
options:
app-id: ''
secret: ''
twitter:
enabled: false
options:
consumer-key: ''
consumer-secret: ''
google-plus:
enabled: false
options:
client-id: ''
client-secret: ''
github:
enabled: false
options:
client-id: ''
client-secret: ''
viadeo:
enabled: false
options:
client-id: ''
client-secret: ''
linkedin:
enabled: false
options:
client-id: ''
client-secret: ''
##############
# TEST #
@@ -69,4 +141,35 @@ test:
border-manager: border_manager
search-engine: phrasea
task-manager: task_manager
auth-providers:
facebook:
enabled: false
options:
app-id: ''
secret: ''
twitter:
enabled: false
options:
consumer-key: ''
consumer-secret: ''
google-plus:
enabled: false
options:
client-id: ''
client-secret: ''
github:
enabled: false
options:
client-id: ''
client-secret: ''
viadeo:
enabled: false
options:
client-id: ''
client-secret: ''
linkedin:
enabled: false
options:
client-id: ''
client-secret: ''