Files
ci-scripts/exampleApp/Db/user.substitutions
2019-11-21 12:45:24 +01:00

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" }
}