This commit is contained in:
Andrew Z 2022-12-04 12:03:56 -05:00
parent 7109b1c934
commit 7f95c7c012
3 changed files with 99 additions and 15 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1670159032
"last_updated_timestamp": 1670173434
}

View File

@ -178583,7 +178583,7 @@
{
"@attributes": {
"Name": "Database Provider",
"Target": "Connection:Provider",
"Target": "CONNECTION_PROVIDER",
"Default": "mysql",
"Mode": "",
"Description": "mysql or sqlite",
@ -178597,7 +178597,7 @@
{
"@attributes": {
"Name": "Database Server",
"Target": "Connection:Server",
"Target": "CONNECTION_SERVER",
"Default": "",
"Mode": "",
"Description": "IP address of database server (mysql only)",
@ -178611,7 +178611,7 @@
{
"@attributes": {
"Name": "Database Port",
"Target": "Connection:Port",
"Target": "CONNECTION_PORT",
"Default": "",
"Mode": "",
"Description": "Port of database server (mysql only)",
@ -178625,7 +178625,7 @@
{
"@attributes": {
"Name": "Database Name",
"Target": "Connection:Database",
"Target": "CONNECTION_DATABASE",
"Default": "",
"Mode": "",
"Description": "Name of the database (mysql only)",
@ -178639,7 +178639,7 @@
{
"@attributes": {
"Name": "Database User",
"Target": "Connection:User",
"Target": "CONNECTION_USER",
"Default": "",
"Mode": "",
"Description": "Database user (mysql only)",
@ -178653,7 +178653,7 @@
{
"@attributes": {
"Name": "Database Password",
"Target": "Connection:Password",
"Target": "CONNECTION_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password of database user (mysql only)",
@ -178664,6 +178664,20 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Database Root Password",
"Target": "CONNECTION_MYSQL_ROOT_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password of database root user to automatically create database and user (mysql only)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Sqlite Databse Path",
@ -178677,6 +178691,34 @@
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Password",
"Target": "APPSETTINGS_CULTURE",
"Default": "en-US",
"Mode": "",
"Description": "Sets localization like currency and number format (Must be a BCP 47 language tag)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Password",
"Target": "APPSETTINGS_THEME",
"Default": "default",
"Mode": "",
"Description": "Theme that will be used (see https://bootswatch.com/), e.g. darkly, solar etc.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Axelander's Repository",

View File

@ -1,7 +1,7 @@
{
"apps": 1897,
"last_updated_timestamp": 1670159032,
"last_updated": "2022-12-04 08:03",
"last_updated_timestamp": 1670173434,
"last_updated": "2022-12-04 12:03",
"categories": [
{
"Cat": "Backup:",
@ -178745,7 +178745,7 @@
{
"@attributes": {
"Name": "Database Provider",
"Target": "Connection:Provider",
"Target": "CONNECTION_PROVIDER",
"Default": "mysql",
"Mode": "",
"Description": "mysql or sqlite",
@ -178759,7 +178759,7 @@
{
"@attributes": {
"Name": "Database Server",
"Target": "Connection:Server",
"Target": "CONNECTION_SERVER",
"Default": "",
"Mode": "",
"Description": "IP address of database server (mysql only)",
@ -178773,7 +178773,7 @@
{
"@attributes": {
"Name": "Database Port",
"Target": "Connection:Port",
"Target": "CONNECTION_PORT",
"Default": "",
"Mode": "",
"Description": "Port of database server (mysql only)",
@ -178787,7 +178787,7 @@
{
"@attributes": {
"Name": "Database Name",
"Target": "Connection:Database",
"Target": "CONNECTION_DATABASE",
"Default": "",
"Mode": "",
"Description": "Name of the database (mysql only)",
@ -178801,7 +178801,7 @@
{
"@attributes": {
"Name": "Database User",
"Target": "Connection:User",
"Target": "CONNECTION_USER",
"Default": "",
"Mode": "",
"Description": "Database user (mysql only)",
@ -178815,7 +178815,7 @@
{
"@attributes": {
"Name": "Database Password",
"Target": "Connection:Password",
"Target": "CONNECTION_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password of database user (mysql only)",
@ -178826,6 +178826,20 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Database Root Password",
"Target": "CONNECTION_MYSQL_ROOT_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password of database root user to automatically create database and user (mysql only)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Sqlite Databse Path",
@ -178839,6 +178853,34 @@
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Password",
"Target": "APPSETTINGS_CULTURE",
"Default": "en-US",
"Mode": "",
"Description": "Sets localization like currency and number format (Must be a BCP 47 language tag)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Password",
"Target": "APPSETTINGS_THEME",
"Default": "default",
"Mode": "",
"Description": "Theme that will be used (see https://bootswatch.com/), e.g. darkly, solar etc.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Axelander's Repository",