✌️
This commit is contained in:
parent
6d3a4336d1
commit
2a8c959d09
3 changed files with 16 additions and 20 deletions
|
|
@ -38,12 +38,7 @@ type Source = {
|
|||
url: string;
|
||||
secondary_url: string;
|
||||
port: number;
|
||||
https: {
|
||||
enable: boolean;
|
||||
key: string;
|
||||
cert: string;
|
||||
ca: string;
|
||||
};
|
||||
https?: { [x: string]: string };
|
||||
mongodb: {
|
||||
host: string;
|
||||
port: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue