Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fonoster Team committed Mar 18, 2018
1 parent 9d7f413 commit 314be6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ spec:
keyStorePassword: 'password'
keyStoreType: 'jks'
debugging: false
dataSource:
provider: 'restful_data_provider'
parameters:
baseUrl: http://localhost:8080/v1/ctl
username: admin
secret: 308a002ab539471394a06ce710bc96c2
transport:
- protocol: udp
port: 5060
Expand Down
2 changes: 1 addition & 1 deletion etc/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dataSource": {
"type": "object",
"properties": {
"provider": { "type": "String" }
"provider": { "type":"string" }
},
"required": ["provider"]
},
Expand Down

0 comments on commit 314be6d

Please sign in to comment.