Skip to content

Commit 61fb47f

Browse files
committed
chore: update .env defaults
1 parent 3d09e1d commit 61fb47f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.env

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
PORT=3000
22
HOST=127.0.0.1
33
SECRET=secret_key
4-
PUBLIC_URL=http://localhost:3000
4+
PUBLIC_URL=https://course-vue.javascript.ru
55
CORS_ORIGIN=*
66

77
# Admin key is used to protect some maintenance features; remove or set empty to disable
88
# ADMIN_KEY=admin_key
99

1010
# Database refresh interval in CRON pattern; remove or set empty to disable
11-
# DB_REFRESH_CRON=* 15 * * * *
12-
11+
DB_REFRESH_CRON=* * 1 * * *

0 commit comments

Comments
 (0)