Use accesses
This commit is contained in:
parent
45034d6426
commit
0bba9b1e6c
3 changed files with 37 additions and 29 deletions
|
|
@ -56,6 +56,10 @@ interface Source {
|
|||
secretKey: string;
|
||||
};
|
||||
accesslog?: string;
|
||||
accesses?: {
|
||||
enable: boolean;
|
||||
port: number;
|
||||
};
|
||||
twitter?: {
|
||||
consumer_key: string;
|
||||
consumer_secret: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue