We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d09e1d commit 61fb47fCopy full SHA for 61fb47f
.env
@@ -1,12 +1,11 @@
1
PORT=3000
2
HOST=127.0.0.1
3
SECRET=secret_key
4
-PUBLIC_URL=http://localhost:3000
+PUBLIC_URL=https://course-vue.javascript.ru
5
CORS_ORIGIN=*
6
7
# Admin key is used to protect some maintenance features; remove or set empty to disable
8
# ADMIN_KEY=admin_key
9
10
# Database refresh interval in CRON pattern; remove or set empty to disable
11
-# DB_REFRESH_CRON=* 15 * * * *
12
-
+DB_REFRESH_CRON=* * 1 * * *
0 commit comments