Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<config>
3
	<client>
4
		<callbackUri>https://mn-demo-4.test.dataone.org/knb/ready</callbackUri>
5
		<serviceUri>https://cilogon.org/oauth</serviceUri>
6
		<authorizeUri>https://cilogon.org/delegate</authorizeUri>
7
		<!-- <skin>DataONE</skin> -->
8
		<lifetime>864000</lifetime>
9
		<!-- These values need to be configured for your system and are part of the MyProxy registration -->
10
		<privateKeyFile>/etc/ssl/private/_.test.dataone.org.key</privateKeyFile>
11
		<publicKeyFile>/etc/ssl/certs/_.test.dataone.org.crt.publickey</publicKeyFile>
12
		<!-- <id>MYPROXY_ID</id> -->
13
		<id>myproxy:oa4mp,2012:/client/14866728c43d90adfe6dbd7682c35aba</id>		
14

    
15
		<postgresql 
16
			username="oa4mp" 
17
			password="oa4mp" 
18
			driver="org.postgresql.Driver"
19
			host="cn.dataone.org"
20
			port="5432" 
21
			schema="oauth" 
22
			database="oauth" 
23
			tablename="assets" 
24
			prefix="oauth">
25
			<assetStore/>
26
			<transactions/>
27
			<clients/>
28
			<clientApprovals/>
29
		</postgresql>
30
		
31
		<enableAssetCleanup>true</enableAssetCleanup>
32
		<maxAssetLifetime>865000</maxAssetLifetime>
33
		
34
		<logging
35
			logFileName="/var/log/tomcat6/portal.log"
36
			logName="oa4mp"
37
			logSize="1000000"
38
			logFileCount="2"
39
			debug="true"/>
40
		
41
	</client>
42
</config>
(17-17/27)