Skip to content

Commit ebc4135

Browse files
committed
Better indent for docs config
1 parent 5b714bb commit ebc4135

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/intro/config-file.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ The InterceptDB Config file
3535
global:
3636
enableDynamicQueries: true #Allow queries to be created from SQF, if false only statements from config are allowed
3737
parseDateType: string #This is a enum, one of the below values is allowed
38-
#string: default. Return Date/DateTime as "2018-12-24 13:45:11"
39-
#stringMS: Return Date/DateTime as "2018-12-24 13:45:11.123"
40-
#array: Return Date/DateTime as [year,month,day,hour,minute,second,millisecond] (yes both have time too, date will be 0 hours) in dbResultTo(Parsed)Array
41-
#timestamp: Return Date/DateTime as a timestamp as a number (this can incur precision loss)
42-
#timestampString: Return Date/DateTime as a unix timestamp in a string
43-
#timestampStringMS: Return Date/DateTime as a millisecond unix timestamp in a string
38+
#string: default. Return Date/DateTime as "2018-12-24 13:45:11"
39+
#stringMS: Return Date/DateTime as "2018-12-24 13:45:11.123"
40+
#array: Return Date/DateTime as [year,month,day,hour,minute,second,millisecond] (yes both have time too, date will be 0 hours) in dbResultTo(Parsed)Array
41+
#timestamp: Return Date/DateTime as a timestamp as a number (this can incur precision loss)
42+
#timestampString: Return Date/DateTime as a unix timestamp in a string
43+
#timestampStringMS: Return Date/DateTime as a millisecond unix timestamp in a string
4444
parseTinyintAsBool: false #returns tinyint as bool in dbResultTo(Parsed)Array
4545
4646
schemas:

0 commit comments

Comments
 (0)