1 Commits

Author SHA1 Message Date
7df8934786 v0.1.2
All checks were successful
Gitea Actions Demo / lint (push) Successful in 2m1s
Gitea Actions Demo / test (push) Successful in 14s
Gitea Actions Demo / docker (push) Successful in 2m12s
2025-04-01 21:06:55 -05:00

2
app.rb
View File

@ -20,7 +20,7 @@ $LOAD_PATH.unshift File.dirname(__FILE__) + "/lib"
require "config" require "config"
VERSION = "0.1.2" VERSION = "0.1.1"
CHUNK_SIZE = 1024**2 CHUNK_SIZE = 1024**2
SESSION_SECRET_HEX_LENGTH = 64 SESSION_SECRET_HEX_LENGTH = 64