Skip to content

Commit 5286fc6

Browse files
committed
+ Application-Config.json
1 parent f12637f commit 5286fc6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

deployment/Application-Config.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"Procedures": [
3+
{
4+
"Name": "TestProcedure"
5+
},
6+
{
7+
"Name": "TestProcedure2",
8+
"Parameters": ["text", 123]
9+
}
10+
],
11+
"DatabaseProperties": [
12+
{
13+
"Name": "AllowBypassKey",
14+
"Type": 1,
15+
"Value": false
16+
},
17+
{
18+
"Name": "AllowSpecialKeys",
19+
"Type": 1,
20+
"Value": false
21+
},
22+
{
23+
"Name": "StartUpShowDBWindow",
24+
"Type": 1,
25+
"Value": false
26+
},
27+
{
28+
"Name": "StartUpForm",
29+
"Type": 10,
30+
"Value": "frmStart"
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)