mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Postgres: Make securejson password optional (#75801)
make securejson password optional
This commit is contained in:
parent
73be9449d1
commit
8331523679
@ -23,5 +23,5 @@ export interface PostgresOptions extends SQLOptions {
|
||||
}
|
||||
|
||||
export interface SecureJsonData {
|
||||
password: string;
|
||||
password?: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user