File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11const path = require ( 'path' )
22
33module . exports = {
4+ env : {
5+ API_URL :'https://dukaan.codingblocks.com' ,
6+ TOKEN_URL :'https://dukaan.codingblocks.com/auth/token' ,
7+ DOMAIN :'https://dukaan-admin.codingblocks.com' ,
8+ CALLBACK_URL :'https://dukaan-admin.codingblocks.com/auth' ,
9+ COOKIE_DOMAIN :'.codingblocks.com' ,
10+ CLIENT_ID :'1166947312' ,
11+ SENTRY_DSN :'https://d14fd2af8b56412cac91b44fb7649bf9@sentry.codingblocks.com/39' ,
12+ SENTRY_AUTH_TOKEN :'e385e2c9311d4b198281c82f80503d4a64bb3afa42ac460784f01446eb3db1f6' ,
13+ ONEAUTH_URL :'https://account.codingblocks.com' ,
14+ ONEAUTH_LOGIN_URL :'https://account.codingblocks.com/oauth/authorize?response_type=code&client_id=1166947312&redirect_uri=https://dukaan-admin.codingblocks.com/auth' ,
15+ ONEAUTH_LOGOUT_URL :'https://account.codingblocks.com/logout?redirect=https://dukaan-admin.codingblocks.com/'
16+ } ,
417 sassOptions : {
518 includePaths : [ path . join ( __dirname , 'styles/**/*.scss' ) ] ,
619 } ,
You can’t perform that action at this time.
0 commit comments