2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-22 23:00:54 +00:00
Files
InvenTree/InvenTree/common/fixtures/settings.yaml
Matthias Mair 74726f0fda fix endline
2022-05-20 13:35:07 +02:00

14 lines
262 B
YAML

# Sample settings objects
- model: common.InvenTreeSetting
pk: 1
fields:
key: INVENTREE_INSTANCE
value: "My very first InvenTree Instance"
- model: common.InvenTreeSetting
pk: 2
fields:
key: INVENTREE_COMPANY_NAME
value: "ACME Pty Ltd"