Skip to content

Commit 8c6422e

Browse files
committed
More consistency
1 parent 0fda332 commit 8c6422e

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

server/demo.conf

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
#
3030
# eg. print and store in database. Database config from section "[lite]"
3131
# Show config from "[show]" although show has no options at present.
32-
##procs = show, db:lite
33-
34-
procs = show, db:lite
32+
#procs = show, db:lite
3533

3634
# Time interval for sending recceiver advertisments
3735
#announceInterval = 15.0
@@ -53,17 +51,17 @@ procs = show, db:lite
5351

5452
[lite] # example of "db" plugin config
5553
# Database access module
56-
dbtype = sqlite3
54+
#dbtype = sqlite3
5755

5856
# DB name
5957
# filename for sqlite3
60-
dbname = test.db
58+
#dbname = test.db
6159

6260
# Accessor ID key
6361
# Allows multiple server daemons to share a common database.
6462
# Must be unique for each instance accessing
6563
# a common database.
66-
idkey = 42
64+
#idkey = 42
6765

6866
[cf]
6967
# cf-store application
@@ -101,5 +99,5 @@ idkey = 42
10199
# and defining the corresponding PropertyName
102100
#environment_vars=ENGINEER:Engineer,EPICS_BASE:EpicsVersion,PWD:WorkingDirectory
103101

104-
#Specify the timezone in the time output
102+
# Specify the timezone in the time output
105103
#timezone = True

server/recceiver_full.conf

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bind = 0.0.0.0:0
2626
#
2727
# eg. print and store in database. Database config from section "[lite]"
2828
# Show config from "[show]" although show has no options at present.
29-
procs = cf, show
29+
procs = cf, show, db:lite
3030

3131
# Time interval for sending recceiver advertisments
3232
announceInterval = 15.0
@@ -43,6 +43,21 @@ commitInterval = 5.0
4343
maxActive = 20
4444

4545

46+
[lite] # example of "db" plugin config
47+
# Database access module
48+
dbtype = sqlite3
49+
50+
# DB name
51+
# filename for sqlite3
52+
dbname = test.db
53+
54+
# Accessor ID key
55+
# Allows multiple server daemons to share a common database.
56+
# Must be unique for each instance accessing
57+
# a common database.
58+
idkey = 42
59+
60+
4661
[cf]
4762
# cf-store application
4863

0 commit comments

Comments
 (0)