Use accesses
This commit is contained in:
@@ -56,6 +56,10 @@ interface Source {
|
||||
secretKey: string;
|
||||
};
|
||||
accesslog?: string;
|
||||
accesses?: {
|
||||
enable: boolean;
|
||||
port: number;
|
||||
};
|
||||
twitter?: {
|
||||
consumer_key: string;
|
||||
consumer_secret: string;
|
||||
|
||||
Reference in New Issue
Block a user