Add 3.15.6 example app (for compilation tests)
This commit is contained in:
12
exampleApp/Db/user.substitutions
Normal file
12
exampleApp/Db/user.substitutions
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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" }
|
||||
}
|
||||
Reference in New Issue
Block a user