DD063520 added a comment.

  Mhmmmm ..... still not working somehow, I do:
  
  1. Add this:
  
  Add this to separate the identifiers in a separate section
  ==========================================================
  
  ${DOLLAR}wgWBRepoSettings['statementSections'] = array(
  
    'item' => array(
            'statements' => null,
            'identifiers' => array(
                    'type' => 'dataType',
                    'dataTypes' => array( 'external-id' ),
            ),
    ),
  
  );
  
  to the config file LocalSettings.php.template which is mounted like this:
  
    image: wikibase/wikibase:1.33-bundle
    links:
      - mysql
    ports:
    # CONFIG - Change the 8181 here to expose Wikibase & MediaWiki on a 
different port
     - "8181:80"
    volumes:
      - mediawiki-images-data:/var/www/html/images
      - quickstatements-data:/quickstatements/data
      - ./images:/var/www/html/resources/assets/images
      - ./LocalSettings.php.template:/LocalSettings.php.template
  
  2. Relaod the image using:
  
  docker-compose up --no-deps -d wikibase
  
  3. Checking the service doesn't show any change.
  
  Maybe I'm doing something stupid ?!?!?
  
  NOTE: the other configs like the logo where changed without "docker-compose 
up --no-deps -d wikibase" but just by restarting the containers.

TASK DETAIL
  https://phabricator.wikimedia.org/T240189

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: DD063520
Cc: DD063520, Addshore, Aklapper, Pavithraes, darthmon_wmde, DannyS712, 
Nandana, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, 
Jayprakash12345, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 
srodlund, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to