[grafana] Link to pull request
This commit is contained in:
parent
3233b68cd0
commit
bad3ac80f9
2 changed files with 4 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,7 +1,2 @@
|
|||
# data
|
||||
data_*
|
||||
|
||||
# secrets
|
||||
./codimd/resources/config.json
|
||||
./grafana/ldap.toml
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# For the moment, the LDAP password need to be in ldap.toml
|
||||
# In the future, we will be able to make a secret
|
||||
# See https://github.com/grafana/grafana/pull/17526
|
||||
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue