github.com/resonatecoop/id@v1.1.0-43/config/go_oauth2_server.json (about) 1 { 2 "CSRF": { 3 "Key": "my-secure-csrf-key", 4 "Origins": "resonid.merefield.technology,upload.resonate.localhost,beta.resonate.localhost, merefield.technology" 5 }, 6 "Mailgun": { 7 "Sender": "postmaster@sandboxXXXX.mailgun.org", 8 "Key": "key-xxx", 9 "Domain": "sandboxxxxxxx.mailgun.org" 10 }, 11 "Database": { 12 "PSN": "postgres://resonate_dev_user:password@127.0.0.1:5432/resonate_dev?sslmode=disable" 13 }, 14 "Oauth": { 15 "AccessTokenLifetime": 3600, 16 "RefreshTokenLifetime": 1209600, 17 "AuthCodeLifetime": 3600 18 }, 19 "Session": { 20 "Secret": "test_secret", 21 "Path": "/", 22 "MaxAge": 604800, 23 "Secure": true, 24 "HTTPOnly": true 25 }, 26 "IsDevelopment": true, 27 "Port": ":8080" 28 }