~singpolyma/sgx-jmp

ref: 579c4fe3e7fd06584296ff3180b068ba543e26c3 sgx-jmp/config.dhall.sample -rw-r--r-- 344 bytes
579c4fe3Stephen Paul Weber Write initial buy credit command 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
{
	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 = ""
	}
}