웹 테스트용 기본 환경 파일 추가
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -47,3 +47,4 @@ app.*.map.json
|
||||
# Env files
|
||||
.env.*
|
||||
!.env.*.example
|
||||
!assets/.env.*
|
||||
|
||||
12
assets/.env.development
Normal file
12
assets/.env.development
Normal file
@@ -0,0 +1,12 @@
|
||||
API_BASE_URL=http://localhost:8080
|
||||
|
||||
FEATURE_VENDORS_ENABLED=true
|
||||
FEATURE_PRODUCTS_ENABLED=true
|
||||
FEATURE_WAREHOUSES_ENABLED=true
|
||||
FEATURE_CUSTOMERS_ENABLED=true
|
||||
FEATURE_USERS_ENABLED=false
|
||||
FEATURE_GROUPS_ENABLED=false
|
||||
FEATURE_MENUS_ENABLED=false
|
||||
FEATURE_GROUP_PERMISSIONS_ENABLED=false
|
||||
FEATURE_APPROVALS_ENABLED=false
|
||||
FEATURE_ZIPCODE_SEARCH_ENABLED=false
|
||||
@@ -69,6 +69,9 @@ flutter:
|
||||
# the material Icons class.
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- assets/.env.development
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
|
||||
Reference in New Issue
Block a user