Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
webservices
Commits
730cfbae
Commit
730cfbae
authored
Jul 01, 2021
by
Robin Sonnabend
Browse files
Allow configuring db_port for etherpad DB
parent
44746baf
Pipeline
#3162
passed with stage
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
etherpad/templates/settings.json.j2
View file @
730cfbae
...
...
@@ -19,10 +19,10 @@
"password": "{{item.db_password}}",
"database": "{{item.db_name}}",
{% if item.db_type == "mysql" %}
"port": 3306,
"port":
{{item.db_port|default(
3306
)}}
,
"charset": "utf8mb4"
{% elif item.db_type == "postgres" %}
"port": 5432
"port":
{{item.db_port|default(
5432
)}}
{% endif %}
},
...
...
Write
Preview
Markdown
is supported
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