Actualizar .rmanifest
This commit is contained in:
parent
4a2987b0a5
commit
7402a5d3c9
12
.rmanifest
12
.rmanifest
|
@ -19,6 +19,12 @@ class Manifest {
|
|||
type: "release",
|
||||
}
|
||||
|
||||
static authService = {
|
||||
login: "https://hispanofurs.comty.app/auth",
|
||||
fetcher: "https://hispanofurs.comty.app/rsauthorize",
|
||||
getter: "https://hispanofurs_api.comty.app/data",
|
||||
}
|
||||
|
||||
configuration = {
|
||||
memory: {
|
||||
min: 2048,
|
||||
|
@ -104,12 +110,6 @@ class Manifest {
|
|||
},
|
||||
]
|
||||
|
||||
authService = {
|
||||
login: "https://hispanofurs.comty.app/auth",
|
||||
fetcher: "https://hispanofurs.comty.app/rsauthorize",
|
||||
getter: "https://hispanofurs_api.comty.app/data",
|
||||
}
|
||||
|
||||
installSteps = [
|
||||
{
|
||||
type: "git_clone",
|
||||
|
|
Loading…
Reference in New Issue