mirror of
https://git.psi.ch/fda/ch.psi.fda.xscan.git
synced 2026-05-08 09:52:04 +02:00
renamed config file parameter
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
This project contains the FDA xml based scan logic.
|
||||
Actually this was the first type of scan FDA was providing.
|
||||
|
||||
# Configuration
|
||||
The xscan config file can be specified with the following vm option: `-Dch.psi.fda.xscan.config.file=<file>`.
|
||||
|
||||
# Development
|
||||
|
||||
To build and deploy the artifact on the maven server use: `mvn clean compile deploy`
|
||||
|
||||
@@ -35,7 +35,7 @@ public class AcquisitionConfiguration {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(AcquisitionConfiguration.class.getName());
|
||||
|
||||
public final static String FDA_CONFIG_FILE = "ch.psi.fda.xscan.config";
|
||||
public final static String FDA_CONFIG_FILE = "ch.psi.fda.xscan.config.file";
|
||||
|
||||
private String otfChannelPrefix;
|
||||
private String otfNfsServer;
|
||||
|
||||
Reference in New Issue
Block a user