Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Delebecque
kresus
Commits
77eb9fde
Commit
77eb9fde
authored
Mar 04, 2018
by
Benjamin Bouvier
Browse files
Build;
parent
c814534f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
build/client/0.js
View file @
77eb9fde
This diff is collapsed.
Click to expand it.
build/client/main.js
View file @
77eb9fde
This diff is collapsed.
Click to expand it.
build/server/apply-config.js
View file @
77eb9fde
...
...
@@ -32,7 +32,7 @@ module.exports = function prepareProcessKresus(standalone, config) {
process
.
kresus
.
host
=
process
.
env
.
HOST
||
config
&&
config
.
kresus
&&
config
.
kresus
.
host
||
'
127.0.0.1
'
;
process
.
kresus
.
pythonExec
=
process
.
env
.
KRESUS_PYTHON_EXEC
||
config
&&
config
.
weboob
.
python_exec
||
'
python2
'
;
process
.
kresus
.
pythonExec
=
process
.
env
.
KRESUS_PYTHON_EXEC
||
config
&&
config
.
kresus
&&
config
.
kresus
.
python_exec
||
'
python2
'
;
// In cozy mode, set the prefix url to the default path allocated by cozy.
var
urlPrefix
=
process
.
env
.
KRESUS_URL_PREFIX
||
config
&&
config
.
kresus
&&
config
.
kresus
.
url_prefix
||
(
standalone
?
''
:
'
/apps/kresus
'
);
...
...
npm-shrinkwrap.json
View file @
77eb9fde
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment