# Project level config vs module level config?
There is no strict rule around where to define a property, here are a few suggestions:
Candidates for project level config:
- properties needed across modules
Candidates for module level config:
- properties that are specific to a module
- especially when the module would be componentized.