Skip to content

Commit

Permalink
update .env.example,add RNACOS_GMT_OFFSET_HOURS field
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Apr 30, 2024
1 parent 803c72f commit bd889bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/conf/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ RNACOS_ENABLE_NO_AUTH_CONSOLE=false
# 控制台登陆有效时长(单位为秒),默认86400秒(一天)
#RNACOS_CONSOLE_LOGIN_TIMEOUT=86400

# 日志时间的时区,单位小时;默认为本机时区,运行在docker时需要指定; 示例: 8(东8区),-5(西5区)
#RNACOS_GMT_OFFSET_HOURS=8
2 changes: 1 addition & 1 deletion src/common/constant.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::Arc;

pub const APP_VERSION: &str = "0.5.6";
pub const APP_VERSION: &str = "0.5.7-beta";

pub const EMPTY_STR: &str = "";

Expand Down

0 comments on commit bd889bb

Please sign in to comment.