소스 검색

add SERVER_IP_ADDRESS

Pouria Ezzati 1 년 전
부모
커밋
cd0ed07687
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .example.env

+ 4 - 0
.example.env

@@ -35,6 +35,10 @@ DISALLOW_ANONYMOUS_LINKS=false
 # The daily limit for each user
 USER_LIMIT_PER_DAY=50
 
+# This would be shown to the user on the settings page
+# It's only for display purposes and has no other use
+SERVER_IP_ADDRESS=
+
 # Create a cooldown for non-logged in users in minutes
 # Would be ignored if DISALLOW_ANONYMOUS_LINKS is set to true
 # Set 0 to disable