Skip to content
Snippets Groups Projects
Commit 3e597060 authored by Damien's avatar Damien
Browse files

Template env is here !

parent c41fe75b
No related branches found
No related tags found
No related merge requests found
{
"frontURL": "http://localhost:3000",
"backURL": "http://localhost:8000",
"tokenSecret": "token_secret",
"sessionSecret": "my session secret",
"admin": ["2018armillond"],
"savedExtensions":[
{
"type": "image",
"path": "/home/damien/Bureau/imgToucan",
"knownMime" : ["image/png","image/jpeg"],
"extensions" : [".png",".jpeg"]
},
{
"type": "pdf",
"path": "/home/damien/Bureau/pdfToucan",
"knownMime" : ["application/pdf"],
"extensions" : ["pdf"]
}
],
"oauth" : {
"authorizationURI" : "https://auth.viarezo.fr/oauth/authorize",
"clientId": "Client ID",
"clientSecret": "Client Secret",
"accesTokenURI": "https://auth.viarezo.fr/oauth/token",
"getUser": "https://auth.viarezo.fr/api/user/show/me"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment