# Fixtures The fixtures allow us to load initial information into the system database. ## **001_groups** Loads the initial groups of the system. The file is structured in json format. ## **002_create_initial_users.json** Create initial users to test. ## **003_assets.json** Load initial asset to wallet module. ## **004_email_provider.json** Load email providers data without secret keys. ## **005_template_email_provider.json** Load email providers data without template_id. ## **006_company_information.json** Load default company information ## **007_globalsettings.json** Load default global settings