add SERVER_IP_ADDRESS

This commit is contained in:
Pouria Ezzati 2024-09-12 14:26:15 +03:30
parent 698cf6e305
commit cd0ed07687
No known key found for this signature in database

View File

@ -35,6 +35,10 @@ DISALLOW_ANONYMOUS_LINKS=false
# The daily limit for each user # The daily limit for each user
USER_LIMIT_PER_DAY=50 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 # Create a cooldown for non-logged in users in minutes
# Would be ignored if DISALLOW_ANONYMOUS_LINKS is set to true # Would be ignored if DISALLOW_ANONYMOUS_LINKS is set to true
# Set 0 to disable # Set 0 to disable