1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-03 07:32:51 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
bookshelfplus/bookshelfplus-frontend/.env
2022-03-15 22:29:00 +08:00

5 lines
163 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 设置开发/测试环境 development / production
NODE_ENV=development
# 设置是否开启GZIP此处因为Nginx开了所以nodejs就不开了
gzip=false