5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
window.config = {
|
|
REDIRECT_URI: 'http://localhost:3000/implicit/callback',
|
|
BACKEND_URL: 'http://localhost:8080'
|
|
}
|