~singpolyma/sgx-jmp

ref: e5730b67e2858b62607a34f4f9669bf7435dce81 sgx-jmp/config.dhall.sample -rw-r--r-- 422 bytes
e5730b67Stephen Paul Weber Currency aware 2 years ago
                                                                                
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
{
	component = {
		jid = "component.localhost",
		secret = "secret"
	},
	server = {
		host = "localhost",
		port = 5347
	},
	sgx = "component2.localhost",
	creds = toMap {
		nick = "userid",
		username = "token",
		password = "secret"
	},
	braintree = {
		environment = "sandbox",
		merchant_id = "",
		public_key = "",
		private_key = "",
		merchant_accounts = {
			USD = "",
			CAD = ""
		}
	},
	plans = ./plans.dhall
}