Posterita POS Message Properties
This commit is contained in:
parent
53ac14da94
commit
d1b82404ca
|
@ -49,7 +49,7 @@ public abstract class FilePropertiesManager implements WebProperties
|
||||||
|
|
||||||
ClassLoader loader = obj.getClass().getClassLoader();
|
ClassLoader loader = obj.getClass().getClassLoader();
|
||||||
|
|
||||||
InputStream stream = loader.getResourceAsStream("Udi.properties");
|
InputStream stream = loader.getResourceAsStream("posterita.properties");
|
||||||
|
|
||||||
Properties prop2 = new Properties();
|
Properties prop2 = new Properties();
|
||||||
try
|
try
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,13 @@
|
||||||
|
## webstore Image Folder
|
||||||
|
webstore.automated.import=OFF
|
||||||
|
webstore.automated.time=1800000
|
||||||
|
webstore.collection.folder=/home/posterita/images/Collections
|
||||||
|
webstore.inactive.folder=/home/posterita/images/Inactive
|
||||||
|
webstore.folder.errors=/home/posterita/images/Errors
|
||||||
|
|
||||||
|
|
||||||
|
webstore.shipping.promotion.status=ON
|
||||||
|
webstore.shipping.promotion.price=50
|
||||||
|
|
||||||
|
webstore.url=http://www.posterita.com
|
||||||
|
webstore.price.default=120
|
Loading…
Reference in New Issue