mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Formatting
This commit is contained in:
parent
b4bfee394b
commit
289a35fb73
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ end
|
|||
# Simple alias to make code easier to read
|
||||
alias IV = Invidious
|
||||
|
||||
CONFIG = Config.load
|
||||
CONFIG = Config.load
|
||||
HMAC_KEY_CONFIGURED = CONFIG.hmac_key != nil
|
||||
HMAC_KEY = CONFIG.hmac_key || Random::Secure.hex(32)
|
||||
HMAC_KEY = CONFIG.hmac_key || Random::Secure.hex(32)
|
||||
|
||||
PG_DB = DB.open CONFIG.database_url
|
||||
ARCHIVE_URL = URI.parse("https://archive.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue