Project

General

Profile

1
goldoa.db.driverClassName = org.postgresql.Driver
2
goldoa.db.url = jdbc:postgresql://194.177.192.119:5432/goldoa-test
3
goldoa.db.username = dnet
4
goldoa.db.password = dnetPwd
5

    
6
goldoa.mail.host = smtp.gmail.com
7
goldoa.mail.from = test.espas@gmail.com
8
goldoa.mail.replyTo = test.espas@gmail.com
9
goldoa.mail.port = 465
10
goldoa.mail.username = test.espas@gmail.com
11
goldoa.mail.password = s.a.g.a.p.w
12
goldoa.mail.authenticate = true
13
goldoa.mail.mode = ssl
14
goldoa.mail.debug = true
15

    
16
goldoa.sendCoordinatorEmails = false
17
goldoa.sendEvaEmail = false
18
goldoa.evaEmail = eva@imis.athena-innovation.gr
19

    
20
goldoa.baseAddress = "" 
21
#http://${container.hostname}:${container.port}/${container.context}
22
goldoa.termsOfAgreementUrl = http://www.doo.bat
23

    
24
goldoa.eligibility.project.expiration.limit = 24
25
goldoa.eligibility.project.expiration.threshold = 0.1
26
goldoa.eligibility.project.expiration.iffy.message = The project has ended a little over the 2 year Pilot limit.
27
goldoa.eligibility.project.expiration.nono.message = The project has ended before the 2 year Pilot limit.
28
goldoa.eligibility.project.stillRunning.nono.message = The project is still ongoing: not eligible for the Pilot.
29
goldoa.eligibility.project.request.count = 3
30
goldoa.eligibility.project.request.nono.message = 3 publications have already been funded for this project, which is the Pilot limit.
31

    
32
goldoa.eligibility.accounting.participation.nono.message = Project participation must be between 0 and 100.
33
goldoa.eligibility.accounting.funding.nono.message = You must specify the funding requested.
34
goldoa.eligibility.accounting.apc.article.max = 2000
35
goldoa.eligibility.accounting.apc.article.nono.message = The maximum funding for each journal article is 2000 Euros
36
goldoa.eligibility.accounting.apc.monograph.max = 6000
37
goldoa.eligibility.accounting.apc.monograph.nono.message = The maximum funding for each monograph is 6000 Euros
38

    
39
goldoa.eligibility.organization.budgetAvailableNONOMessage = Your organization is part of the Pilot and you can get direct assistance from the Library staff. So, it is probably better to contact them.
40

    
41
goldoa.contactEmail=natalia@di.uoa.gr
42

    
43
goldoa.debugemails = false
(2-2/4)