# Module settings
As nuxt-ioc works as a nuxt.js module, we can also pass settings to the module.
Currently we have just one setting that you can override and its containerPath
used by module.
To override it, simply pass another path to module settings:
modules: [['nuxt-ioc', { containerPath: '~/App/container' }]];
1
# Options
Option name | type | default value |
---|---|---|
containerPath | String | ~/Application/container |