添加docker-compose.dev
This commit is contained in:
8
web/apps/web-antd/.env
Normal file
8
web/apps/web-antd/.env
Normal file
@@ -0,0 +1,8 @@
|
||||
# 应用标题
|
||||
VITE_APP_TITLE=Django Vue Admin
|
||||
|
||||
# 应用命名空间,用于缓存、store等功能的前缀,确保隔离
|
||||
VITE_APP_NAMESPACE=django-vue-admin
|
||||
|
||||
# 对store进行加密的密钥,在将store持久化到localStorage时会使用该密钥进行加密
|
||||
VITE_APP_STORE_SECURE_KEY=d41d8cd98f00b204e9800998ecf8427e
|
||||
Reference in New Issue
Block a user