Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggest new default config path #104

Open
wants to merge 1 commit into
base: hotfix-6.0.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cms-oss-doc/src/main/source/admin_migration_cmp8.textile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $FEATURE["wastebin"] = true;

In the new format, this is done with:

<shell filename="features.yml">
<shell filename="conf/features.yml">
feature:
wastebin: true
</shell>
Expand All @@ -73,7 +73,7 @@ $SETTINGS["pw"] = "<dbpassword>";

New format and configuration parameters:

<shell filename="db.yml">
<shell filename="conf/db.yml">
db:
settings:
url: jdbc:mariadb://<dbhost>:<dbport>/<dbname>
Expand All @@ -93,7 +93,7 @@ $ALOHA_SETTINGS['plugins']['block']['rootTags'] = array('div', 'span', 'a');

New format:

<shell filename="aloha.yml">
<shell filename="conf/aloha.yml">
aloha_settings:
plugins:
block:
Expand Down Expand Up @@ -156,7 +156,7 @@ Keycloak integration is now done in the following steps
# Optionally configure keycloak.user_created_callback
# Optionally configure keycloak.init_groups

<shell filename="keycloak.yml">
<shell filename="conf/keycloak.yml">
feature:
keycloak: true
keycloak:
Expand Down