maven/sandbox/acm/config.txt

14 lines
194 B
Plaintext

+dev = Dev environment
+qa = QA environment
+test = Test environment
+prod = Production Environment
*tas.editor.stamp
{
dev = devValue
qa = qaValue
test = testValue
prod = prodValue
}