Skip to content

Commit aadcd4e

Browse files
committed
Set mirror_plugins_assets_on_startup to false
Without this, Redmine will seek plugin's JS and CSS in the /plugin_assets directory which doesn't exist by default. It only comes into existence after running rake redmine:plugins:assets.
1 parent f99cb28 commit aadcd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/redmine/configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ default:
7878
# You can use `rake redmine:plugins:assets` to manually mirror assets
7979
# to public/plugin_assets when you install/upgrade a Redmine plugin.
8080
#
81-
mirror_plugins_assets_on_startup: true
81+
mirror_plugins_assets_on_startup: false
8282

8383
# Your secret key for verifying cookie session data integrity. If you
8484
# change this key, all old sessions will become invalid! Make sure the

0 commit comments

Comments
 (0)