13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
# Example substitutions file
|
|
|
|
file "db/dbExample1.db" {
|
|
{ user = "ralph" }
|
|
}
|
|
|
|
file db/dbExample2.db {
|
|
pattern { user, no, scan }
|
|
{ "ralph", 1, "1 second" }
|
|
{ "ralph", 2, "2 second" }
|
|
{ "ralph", 3, "5 second" }
|
|
}
|