Skip to content

Commit

Permalink
Refactor plugin structure to modern style.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Nov 22, 2023
1 parent 0b8dc4b commit 24d947f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/solr/builder.js → builders/solr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// Modules
const _ = require('lodash');
const path = require('path');

// Versions
const supportedVersions = [
Expand Down Expand Up @@ -152,7 +153,7 @@ module.exports = {
legacy: ['6.6', '6', '5.5', '5', '4.10', '4', '3.6', '3'],
patchesSupported: true,
command: '/start-solr.sh',
confSrc: __dirname,
confSrc: path.resolve(__dirname, '..', 'config'),
core: 'lando',
dataDir: '/opt/solr/server/solr/mycores',
moreHttpPorts: ['8983'],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 24d947f

Please sign in to comment.