Skip to content
Snippets Groups Projects
Commit caef6e46 authored by Barbara B. Frosik's avatar Barbara B. Frosik
Browse files

added config

parent da02556f
No related branches found
No related tags found
No related merge requests found
### log congiguration
log.file = accountSynchronizer%g.log
log.limit = 6000
log.count = 2
###
### Oracle database settings
###
oracle.database.connection = jdbc:oracle:thin:@ra.aps.anl.gov:1527:aps1
oracle.database.username = glob_conn
### oracle.database.password =
#oracle.database.username =
#oracle.database.password =
oracle.database.table = DCC.FL$03_BL_APV_VIEW_V2
###
### Postgresql database settings
###
dm.database.connection = jdbc:postgresql://127.0.0.1:11136/dm
dm.database.username = dm
### dm.database.password =
### Connection settings for LDAP
###
#
#ldap.server.address = blacklab.xray.aps.anl.gov
#ldap.server.port = 389
#ldap.server.username = uid=dmadmin,ou=People,o=aps.anl.gov,dc=aps,dc=anl,dc=gov
#ldap.server.password =
###
### LDAP user account settings
###
#ldap.accounts.baseDN = ou=People, o=aps.anl.gov, dc=aps,dc=anl,dc=gov
### General account settings
###
# The user name prefix that gets append to every badge number.
user.userid.prefix = d
#dm.storageServ.connection = http://xstor-devel.xray.aps.anl.gov:22236/dm
dm.storageServ.connection = http://localhost:22236/dm
dm.daqServ.connection = http://localhost:33336/dm
# To change this license header, choose License Headers in Project Properties.
# To change this template file, choose Tools | Templates
# and open the template in the editor.
firstName = FIRST_NAME
lastName = LAST_NAME
middleName = MIDDLE_NAME
email = EMAIL
badge = BADGE_NO
password = PWD_HASH_VALUE
notEmployee = IS_USRNOT_ANL_EMP
inactive = INACTIVE
recordUpdate = LAST_CHANGE_DATE
......@@ -13,7 +13,7 @@ EXPSYNC_DIR=ExperimentSynchronizer
cd $EXPSYNC_DIR
mkdir bin
execute javac -classpath lib/*:resources/* -d bin/ src/gov/anl/dm/esafsync/*.java src/gov/anl/dm/esafsync/serviceconn/*.java
execute javac -classpath lib/*:config/* -d bin/ src/gov/anl/dm/esafsync/*.java src/gov/anl/dm/esafsync/serviceconn/*.java
mkdir target
execute jar cfm target/ExperimentSynchronizer.jar manifest.txt -C bin/ .
......@@ -3,5 +3,5 @@ execute() {
eval "$@"
}
execute java -jar target/ExperimentSynchronizer.jar resources/config.properties
execute java -jar target/ExperimentSynchronizer.jar config/config.properties
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment