mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-16 00:38:02 +00:00
Merge branch 'master' of github.com:davestephens/ansible-nas
This commit is contained in:
commit
09ff8f755c
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,8 @@ A typical new application PR will include 2 new files (`docs/applications/applic
|
||||||
|
|
||||||
* If you break the build with your PR, please fix it :)
|
* If you break the build with your PR, please fix it :)
|
||||||
* Pull requests that unintentionally touch files, or that show files as removed then re-added will be rejected.
|
* Pull requests that unintentionally touch files, or that show files as removed then re-added will be rejected.
|
||||||
|
* Squash your commits before creating a PR.
|
||||||
|
* Don't mess with line endings, or tabs vs. spaces.
|
||||||
* Please know that your efforts are appreciated, thanks! :+1:
|
* Please know that your efforts are appreciated, thanks! :+1:
|
||||||
|
|
||||||
# Development Environment
|
# Development Environment
|
||||||
|
|
|
@ -9,7 +9,7 @@ datasources:
|
||||||
# <string, required> datasource type. Required
|
# <string, required> datasource type. Required
|
||||||
type: influxdb
|
type: influxdb
|
||||||
# <string, required> access mode. direct or proxy. Required
|
# <string, required> access mode. direct or proxy. Required
|
||||||
access: direct
|
access: proxy
|
||||||
# <int> org id. will default to orgId 1 if not specified
|
# <int> org id. will default to orgId 1 if not specified
|
||||||
orgId: 1
|
orgId: 1
|
||||||
# <string> url
|
# <string> url
|
||||||
|
|
Loading…
Reference in a new issue