Skip to content
Snippets Groups Projects
Commit 2c385f9b authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 809

Enhanced security.
parent 849e5775
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,6 @@ node MACScheduler 1.0.0 development 'node constraint' "Controller that star
# name dir. type unit prun. vm value constr. descr.
#----------------------------------------------------------------------------------------------------------------------------------
par OTDBdatabasename I text - 10 100 otdbtest - "The database to work on"
par OTDBusername I text - 10 100 paulus - "The database user"
par OTDBpassword I text - 10 100 boskabouter - "The password"
par OTDBpollInterval I time - 10 0 5s - "Time between two polls in the database"
par QueuePeriod I time - 10 0 15m - "The period length between startup of the observation software and the start of the observation"
par ClaimPeriod I time - 10 0 2m - "The period length between 'going standby moment' of the observation software and the start of the observation"
......@@ -15,6 +15,6 @@ uses StationCtrl 1.0.0 development 1 "All the station Controllers"
# name dir. type unit prun. vm value constr. descr.
#--------------------------------------------------------------------------------------------------------
par _hostname I text - 10 0 RS002 - "Machine the program should run on"
par heartbeatInterval I int - 10 0 10 - "Interval (in sec) between to 'sanity checks'"
par _hostname I text - 10 100 MCU001 - "Machine the program should run on"
par heartbeatInterval I int - 10 100 10 - "Interval (in sec) between to 'sanity checks'"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment