We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12637f commit 5286fc6Copy full SHA for 5286fc6
deployment/Application-Config.json
@@ -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
20
21
22
23
+ "Name": "StartUpShowDBWindow",
24
25
26
27
28
+ "Name": "StartUpForm",
29
+ "Type": 10,
30
+ "Value": "frmStart"
31
32
+ ]
33
+}
0 commit comments