Configuration overrides for Cloud Service id216IFC003XA

For making any configuration updates in Experience Manager Guides as a Cloud Service, the following generic approach should be used:

  1. Access your Cloud Manager’s Git repository.

  2. Create a new JSON file at the following location:

    src/main/content/jcr\_root/apps/fmditaCustom/config/

  3. Name the file in the following format:

    $\{PID\}.cfg.json

    Here, the PID is the process ID of the configuration.

  4. Add properties in the JSON file using the following format:

    code language-none
    {
       "aem.adminuname": "updatedUserjson",
       "valid.characters": "[-a-zA-Z0-9_@$]",
       "dita.serialization": true
    }
    
  5. Commit the changes and run the Cloud Manager pipeline to deploy the updated configuration.

recommendation-more-help
11125c99-e1a1-4369-b5d7-fb3098b9b178