Difference between revisions of "SME Server db property naming convention"
From SME Server
Jump to navigationJump to search (page init) |
|||
Line 10: | Line 10: | ||
* Composite property names are ''capatalized per word'' of the composite property name e.g. | * Composite property names are ''capatalized per word'' of the composite property name e.g. | ||
db configuration sshd setprop ''PermitRootLogin'' yes | db configuration sshd setprop ''PermitRootLogin'' yes | ||
− | where ''' | + | where '''PermitRootLogin''' is capatalized per composite word. |
Revision as of 18:41, 28 December 2014
The db Property naming convention is as follows:
- Single property names are always in lowercase' e.g.
db configuration sshd setprop access private
where access is completely in lowercase
- Composite property names are capatalized per word of the composite property name e.g.
db configuration sshd setprop PermitRootLogin yes
where PermitRootLogin is capatalized per composite word.