Skip to content

Commit

Permalink
fix: 🐛 example env error
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Mar 20, 2023
1 parent 37857a7 commit 8dcfa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ LIBRARY=/Users/qymeet/Pictures/test.library
# prisma cli 命令时才需要,也可以使用系统同环境变量
# 参考:https://www.prisma.io/docs/guides/development-environment/environment-variables/managing-env-files-and-setting-variables
# 不建议修改此参数
DATABASE_URL=file:$LIBRARY/raopics.db?connection_limit=1
DATABASE_URL=file:${LIBRARY}/raopics.db?connection_limit=1

0 comments on commit 8dcfa5b

Please sign in to comment.