Project

General

Profile

« Previous | Next » 

Revision 58363

[Uoa-admin-tool|Trunk]

Properties: use classpath instead of path of specific tomcats
Recaptcha: add logs and catch exceptions

View differences:

admintools.properties
1 1
#dev
2
admintool.security.user-info-url = http://scoobydoo.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/api/users/getUserInfo?accessToken=
3
admintool.security.origin-server = .di.uoa.gr
4
admintool.security.posts-allowed = /contact,/contact/
5
admintool.mail.host = smtp.gmail.com
6
admintool.mail.port = 587
7
admintool.mail.auth = true
8
admintool.mail.from = openaire.test@gmail.com
9
admintool.mail.username = openaire.test@gmail.com
10
admintool.mail.password = ...
11
admintool.google.secret = 6LcVtFIUAAAAAIlEaz6Am2PBC3j5lHG7vBo6uW4_
12
admintool.mongodb.host=localhost
13
admintool.mongodb.port=27017
14
admintool.mongodb.database=openaire_admin
2
#admintool.security.userInfoUrl = http://scoobydoo.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/api/users/getUserInfo?accessToken=
3
#admintool.security.originServer = .di.uoa.gr
4
#admintool.security.postsAllowed = /contact,/contact/
5
#admintool.mail.host = smtp.gmail.com
6
#admintool.mail.port = 587
7
#admintool.mail.auth = true
8
#admintool.mail.from = openaire.test@gmail.com
9
#admintool.mail.username = openaire.test@gmail.com
10
#admintool.mail.password =
11
#admintool.google.secret = 6LcVtFIUAAAAAIlEaz6Am2PBC3j5lHG7vBo6uW4_
12
#admintool.mongodb.host=localhost
13
#admintool.mongodb.port=27017
14
#admintool.mongodb.database=openaire_admin
15 15

  
16 16
#beta
17 17
#admintool.security.userInfoUrl =  https://beta.services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=
18 18
#admintool.security.originServer = .openaire.eu
19
#admintool.security.post-allowed = /contact,/contact/
19
#admintool.security.postsAllowed = /contact,/contact/
20 20
#admintool.mail.host = bwnmail.icm.edu.pl
21 21
#admintool.mail.port = 25
22 22
#admintool.mail.auth = false
23 23
#admintool.mail.username = no-reply@openaire.eu
24 24
#admintool.mail.from = no-reply@beta.openaire.eu
25
#admintool.mail.password = ...
25
#admintool.mail.password =
26 26
#admintool.google.secret = 6LezhVIUAAAAAP97HFoWsqU9R1zLKptnA4YBg8FX
27 27
#admintool.mongodb.host=beta.services.openaire.eu
28 28
#admintool.mongodb.port=27017
......
32 32
#production
33 33
#admintool.security.userInfoUrl =  https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=
34 34
#admintool.security.originServer = .openaire.eu
35
#admintool.security.post-allowed = /contact,/contact/
36
#admintool.google.secret = 6LcVtFIUAAAAAIlEaz6Am2PBC3j5lHG7vBo6uW4_
35
#admintool.security.postsAllowed = /contact,/contact/
36
#admintool.mail.host = bwnmail.icm.edu.pl
37
#admintool.mail.port = 25
38
#admintool.mail.auth = false
39
#admintool.mail.username = no-reply@openaire.eu
40
#admintool.mail.from = no-reply@www.openaire.eu
41
#admintool.mail.password =
42
#admintool.google.secret = 6LezhVIUAAAAAP97HFoWsqU9R1zLKptnA4YBg8FX
37 43
#admintool.mongodb.host=localhost
38 44
#admintool.mongodb.port=27017
39 45
#admintool.mongodb.database=openaireconnect
40 46
#admintool.mongodb.username=dnet8480
41
#admintool.mongodb.password=...
42

  
47
#admintool.mongodb.password=

Also available in: Unified diff