mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-03 08:35:58 +00:00
Update
This commit is contained in:
parent
4034ed178f
commit
6fb416b06a
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1728389464
|
||||
"last_updated_timestamp": 1728410856
|
||||
}
|
@ -37120,7 +37120,7 @@
|
||||
"Name": "DB_PORT",
|
||||
"Target": "DB_PORT",
|
||||
"Default": "5432",
|
||||
"Description": "Portgres port",
|
||||
"Description": "Postgres port",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
@ -37141,6 +37141,45 @@
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
|
||||
"Target": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
|
||||
"Default": "",
|
||||
"Description": "Primary key for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
|
||||
"Target": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
|
||||
"Default": "",
|
||||
"Description": "Deterministic key for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
|
||||
"Target": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
|
||||
"Default": "",
|
||||
"Description": "Derivation salt for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SECRET_KEY_BASE",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2408,
|
||||
"last_updated_timestamp": 1728389464,
|
||||
"last_updated": "2024-10-08 08:11",
|
||||
"last_updated_timestamp": 1728410856,
|
||||
"last_updated": "2024-10-08 14:07",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -37286,7 +37286,7 @@
|
||||
"Name": "DB_PORT",
|
||||
"Target": "DB_PORT",
|
||||
"Default": "5432",
|
||||
"Description": "Portgres port",
|
||||
"Description": "Postgres port",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
@ -37307,6 +37307,45 @@
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
|
||||
"Target": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
|
||||
"Default": "",
|
||||
"Description": "Primary key for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
|
||||
"Target": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
|
||||
"Default": "",
|
||||
"Description": "Deterministic key for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
|
||||
"Target": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
|
||||
"Default": "",
|
||||
"Description": "Derivation salt for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SECRET_KEY_BASE",
|
||||
|
Loading…
x
Reference in New Issue
Block a user