-
Notifications
You must be signed in to change notification settings - Fork 0
/
geome-db.template
42 lines (29 loc) · 1.3 KB
/
geome-db.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
########### biocode-fims-commons settings ##########
# location to store uploaded spreadsheets for backup
serverRoot = /location/on/server/
# the relative path from the appRoot where a user can create an account
accountCreatePath = register?inviteId=${id}&email=${email}
# the relative path from the appRoot where a user can reset their password
resetPasswordPath = resetPass?resetToken=${token}
# the url where the webapp is deployed
appRoot = http://www.biscicol.org/
# the naan to use for the bcid identifier
naan = 99999
# ignore_user defaults to false. If set to true then application does not run check to see if user is unique
# for a particular expedition. That is, it allows users besides the expedition creator to load data to this expedition
ignoreUser = false
# when set to true, stack traces will be returned form the server when exceptions occur.
# should be set to false for production use.
debug = false
# turn on or off ezid request mechanism (the part that actually creates the EZID)
ezidRequests = true
#EZID credentials under bcid sub-account to UCB Library
eziduser = user
ezidpass = pass
# Mail settings
mailUser = [email protected]
mailFrom = [email protected]
mailPassword = mypassword
############ evolution fims #############
# The url of the Evolution API
evolutionApi=http://localhost:3030