Fix notation of template file
replicate template file for single project configuration (I think a better solution would be to implement a variable location to search for test.properties file)
This commit is contained in:
parent
0ef28240fd
commit
9dd5c1543b
|
@ -0,0 +1,24 @@
|
||||||
|
AdempiereProperties=C:/Adempiere/Adempiere.properties
|
||||||
|
isClient=Y
|
||||||
|
AD_Client_ID=11
|
||||||
|
#AD_Client_ID=1000006
|
||||||
|
AD_User_ID=0
|
||||||
|
# LogLevel: OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL
|
||||||
|
LogLevel=OFF
|
||||||
|
|
||||||
|
# MProductTest - Tenant: GardenWorld
|
||||||
|
AD_Org_ID=0
|
||||||
|
M_Product_Category_ID=105
|
||||||
|
C_TaxCategory_ID=107
|
||||||
|
C_UOM_ID=100
|
||||||
|
ProductType=I
|
||||||
|
startIndex=43000
|
||||||
|
runCount=500
|
||||||
|
singleCommit=false
|
||||||
|
|
||||||
|
# MProductTest - Tenant: Test6
|
||||||
|
#AD_Org_ID=0
|
||||||
|
#M_Product_Category_ID=1000006
|
||||||
|
#C_TaxCategory_ID=1000010
|
||||||
|
#C_UOM_ID=100
|
||||||
|
#ProductType=I
|
Loading…
Reference in New Issue