Commit 1ce4dbee53562a2ef69a1208f6565b46199e551b
1 parent
16007241
Exists in
master
and in
11 other branches
Update application token
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -19,7 +19,7 @@ var loginButton; |
19 | 19 | var participa = true; |
20 | 20 | if(participa){ |
21 | 21 | var host = 'http://www.participa.br'; |
22 | - var private_token = '9350c1488fcae884ad955091a3d2d960'; //participa | |
22 | + var private_token = '375bee7e17d0021af7160ce664874618'; //participa | |
23 | 23 | var proposal_discussion = '92856'; //participa |
24 | 24 | }else{ |
25 | 25 | var host = 'http://noosfero.com:3000'; | ... | ... |