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
4d2be4a1
Commit
4d2be4a1
authored
Nov 10, 2019
by
Benjamin Bouvier
Browse files
Build;
parent
ce49e430
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
build/client/main.js
View file @
4d2be4a1
This diff is collapsed.
Click to expand it.
build/server/lib/ghost-settings.js
View file @
4d2be4a1
...
...
@@ -8,5 +8,7 @@ exports.ConfigGhostSettings = void 0;
// saved into the database.
// *Never* ever remove a name from this list, since these are used also to
// know which settings shouldn't be imported or exported.
const
ConfigGhostSettings
=
new
Set
([
'
weboob-version
'
,
'
weboob-installed
'
,
'
standalone-mode
'
,
'
url-prefix
'
,
'
emails-enabled
'
,
'
can-encrypt
'
,
'
force-demo-mode
'
,
'
theme
'
]);
const
ConfigGhostSettings
=
new
Set
([
'
weboob-version
'
,
'
weboob-installed
'
,
'
standalone-mode
'
,
'
url-prefix
'
,
'
emails-enabled
'
,
'
can-encrypt
'
,
'
force-demo-mode
'
// 'theme' // It should be a ghost setting! But our migration order doesn't
// allow for this.
]);
exports
.
ConfigGhostSettings
=
ConfigGhostSettings
;
\ No newline at end of file
npm-shrinkwrap.json
View file @
4d2be4a1
{
"name"
:
"kresus"
,
"version"
:
"0.15.
0
"
,
"version"
:
"0.15.
1
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
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