| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | 
							- {
 
- 	"service": {
 
- 		"name": "Genuino",
 
- 		"external_url": "http://localhost:3001"
 
- 	},
 
- 	"server": {
 
- 		"port": 3001
 
- 	},
 
- 	"mailer": {
 
- 		"service": "Gmail",
 
- 		"auth": {
 
- 			"user": "youruser@gmail.com",
 
- 			"clientId": "1062945721841-gv9knqff750pt1jfdnlnppqp18i8df68.apps.googleusercontent.com",
 
- 			"clientSecret": "BBcspOhl_prNwcxOQtEKVtbe",
 
- 			"refreshToken": "1/rvU5OkrToA7AujYucB9dagEHT4KoBbiXzP31aaJWweVIgOrJDtdun6zK6XiATCKT"
 
- 		},
 
- 		"sender": {
 
- 			"name": "Genuino Service",
 
- 			"address": "service@yourdomain.com"
 
- 		}
 
- 	},
 
- 	"session": {
 
- 		"keys": [
 
- 			"YOUneverKnowWhoYOUaRe1234567890"
 
- 		]
 
- 	},
 
- 	"database": {
 
- 		"uri": "mongodb://localhost:27017/genuino"
 
- 	},
 
- 	"authorization": {
 
- 		"github": {
 
- 			"enabled": true,
 
- 			"clientID": "f338ce33075757bfa59e",
 
- 			"clientSecret": "571c81750b388c6233ffe060e491f822e617b402"
 
- 		},
 
- 		"facebook": {
 
- 			"enabled": true,
 
- 			"clientID": "511679122323080",
 
- 			"clientSecret": "ffec2c1f7ea4b0e32ff31af0d0e275d6"
 
- 		},
 
- 		"google": {
 
- 			"enabled": true,
 
- 			"clientID": "1062945721841-5hm41ltvoahmepdi822v40iue8hufgeq.apps.googleusercontent.com",
 
- 			"clientSecret": "y_QDeNpKoQS-P2u8SegRGiXE"
 
- 		},
 
- 		"linkedin": {
 
- 			"enabled": true,
 
- 			"clientID": "757uag6nqoq4r8",
 
- 			"clientSecret": "0nx4svG7uesLlPai"
 
- 		}
 
- 	}
 
- }
 
 
  |