Remove unused config properties
This commit is contained in:
parent
4a9092bedb
commit
e6330f1ae4
2 changed files with 0 additions and 8 deletions
2
server/src/types/config.d.ts
vendored
2
server/src/types/config.d.ts
vendored
|
|
@ -21,11 +21,9 @@ interface config {
|
|||
questions: {
|
||||
fingerprint: string;
|
||||
column: number;
|
||||
header_rows: number;
|
||||
};
|
||||
objects: {
|
||||
fingerprint: string;
|
||||
header_rows: number;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -35,9 +35,6 @@ key = ''
|
|||
# Sheets to indicate which sheet to use when downloading the content.
|
||||
fingerprint = ''
|
||||
|
||||
# The quantity of header rows in the CSV file or Google Sheet
|
||||
header_rows = 1
|
||||
|
||||
# The zero-indexed column number to use when getting the question text.
|
||||
column = 0
|
||||
|
||||
|
|
@ -49,9 +46,6 @@ column = 0
|
|||
# Sheets to indicate which sheet to use when downloading the content.
|
||||
fingerprint = ''
|
||||
|
||||
# The quantity of header rows in the CSV file or Google Sheet
|
||||
header_rows = 1
|
||||
|
||||
|
||||
[webserver]
|
||||
# whether or not to enable the integrated webserver.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue