7 lines
118 B
INI
7 lines
118 B
INI
# Example INI file
|
|
username = testuser ; inline
|
|
password = secret123 # Comment
|
|
|
|
; comments work too
|
|
[aa]
|
|
timeout = 30
|