Skip to content

Commit

Permalink
Merge pull request #772 from WildMeOrg/align-edit-assetstore-docker-path
Browse files Browse the repository at this point in the history
Migrate default config to Dockerized example
  • Loading branch information
TanyaStere42 authored Sep 18, 2024
2 parents 803aea2 + 502e118 commit 80b61be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/appadmin/editAssetStore.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ out.println("<h2>" + as + "</h2><p>original configuration: <b>" + as.getConfig()
// here is where you set the new values you want! note this varies by AssetStore type, so be careful?
AssetStoreConfig newConfig = new AssetStoreConfig();
newConfig.put("root", "/var/lib/tomcat8/webapps/wildbook_data_dir");
newConfig.put("root", "/usr/local/tomcat/webapps/wildbook_data_dir");
newConfig.put("webroot", "http://example.com/wildbook_data_dir");
out.println("<p>new configuration: <b>" + newConfig + "</b></p>");
Expand Down

0 comments on commit 80b61be

Please sign in to comment.