mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
13 lines
195 B
YAML
13 lines
195 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
|
|
- name: MySQL
|
|
type: mysql
|
|
url: auth_mysql
|
|
database: alliance_auth
|
|
user: grafana
|
|
editable: true
|
|
secureJsonData:
|
|
password: ${GF_AUTH_DATABASE_PASSWORD}
|