mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-17 08:20:16 +02:00
12 lines
194 B
YAML
12 lines
194 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} |