Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
cb40bf5fd30c
Commit
1f8130ff
authored
Jun 26, 2021
by
Laurent Peuch
Browse files
style: split strings instead of backslash strings
parent
5ade58a615f0
Pipeline
#66977
passed with stages
in 41 minutes and 33 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
cubicweb/cwconfig.py
View file @
cb40bf5f
...
...
@@ -984,8 +984,7 @@ class CubicWebConfiguration(CubicWebNoAppConfiguration):
{
"type"
:
"string"
,
"default"
:
Method
(
"default_instance_id"
),
"help"
:
"name used as HELO name for outgoing emails from the
\
repository."
,
"help"
:
"name used as HELO name for outgoing emails from the repository."
,
"group"
:
"email"
,
"level"
:
2
,
},
...
...
@@ -995,8 +994,10 @@ repository.",
{
"type"
:
"string"
,
"default"
:
"cubicweb@mydomain.com"
,
"help"
:
"email address used as HELO address for outgoing emails from
\
the repository"
,
"help"
:
(
"email address used as HELO address for outgoing emails from the "
"repository"
),
"group"
:
"email"
,
"level"
:
1
,
},
...
...
@@ -1006,7 +1007,10 @@ the repository",
{
"type"
:
"int"
,
"default"
:
0
,
"help"
:
"interval (in seconds) at which stats are dumped in the logstat file; set 0 to disable"
,
"help"
:
(
"interval (in seconds) at which stats are dumped in the logstat file; set 0 to "
"disable"
),
"group"
:
"main"
,
"level"
:
2
,
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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