[REPO REFACTOR]: changed to a better git repository structure with branches
32
public/config/settings.dev.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"apiConfig": {
|
||||
"baseUrl": "https://api.miarma.net/mmc/v1",
|
||||
"baseRawUrl": "https://api.miarma.net/mmc/raw/v1",
|
||||
"coreUrl": "https://api.miarma.net/v1",
|
||||
"coreRawUrl": "https://api.miarma.net/raw/v1",
|
||||
"authUrl": "https://api.miarma.net/auth/v1",
|
||||
"endpoints": {
|
||||
"auth": {
|
||||
"login": "/login",
|
||||
"validateToken": "/validate-token",
|
||||
"refreshToken": "/refresh-token",
|
||||
"changePassword": "/change-password",
|
||||
"loginValidate": "/login/validate"
|
||||
},
|
||||
"mods": {
|
||||
"all": "/mods",
|
||||
"byId": "/mods/:mod_id",
|
||||
"modStatus": "/mods/:mod_id/status"
|
||||
},
|
||||
"players": {
|
||||
"all": "/players",
|
||||
"byId": "/players/:player_id",
|
||||
"playerStatus": "/players/:player_id/status",
|
||||
"playerRole": "/players/:player_id/role",
|
||||
"playerExists": "/players/:player_id/exists",
|
||||
"playerAvatar": "/players/:player_id/avatar",
|
||||
"playerInfo": "/players/me"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
32
public/config/settings.prod.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"apiConfig": {
|
||||
"baseUrl": "https://api.miarma.net/mmc/v1",
|
||||
"baseRawUrl": "https://api.miarma.net/mmc/raw/v1",
|
||||
"coreUrl": "https://api.miarma.net/v1",
|
||||
"coreRawUrl": "https://api.miarma.net/raw/v1",
|
||||
"authUrl": "https://api.miarma.net/auth/v1",
|
||||
"endpoints": {
|
||||
"auth": {
|
||||
"login": "/login",
|
||||
"validateToken": "/validate-token",
|
||||
"refreshToken": "/refresh-token",
|
||||
"changePassword": "/change-password",
|
||||
"loginValidate": "/login/validate"
|
||||
},
|
||||
"mods": {
|
||||
"all": "/mods",
|
||||
"byId": "/mods/:mod_id",
|
||||
"modStatus": "/mods/:mod_id/status"
|
||||
},
|
||||
"players": {
|
||||
"all": "/players",
|
||||
"byId": "/players/:player_id",
|
||||
"playerStatus": "/players/:player_id/status",
|
||||
"playerRole": "/players/:player_id/role",
|
||||
"playerExists": "/players/:player_id/exists",
|
||||
"playerAvatar": "/players/:player_id/avatar",
|
||||
"playerInfo": "/players/me"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
public/fonts/mc-text-bold-italic.otf
Normal file
BIN
public/fonts/mc-text-bold.otf
Normal file
BIN
public/fonts/mc-text-italic.otf
Normal file
BIN
public/fonts/mc-text-regular.otf
Normal file
BIN
public/fonts/mc-titles.ttf
Normal file
BIN
public/images/background.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
public/images/bg_dirt.webp
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/images/building.webp
Normal file
|
After Width: | Height: | Size: 364 KiB |
BIN
public/images/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
429
public/images/miarmacraft.svg
Normal file
|
After Width: | Height: | Size: 301 KiB |
31
public/images/miarmacraft_mods.svg
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/images/sign.jpg
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
public/images/title.gif
Normal file
|
After Width: | Height: | Size: 470 KiB |
BIN
public/images/title.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
6
public/privacy.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
privacy.txt
|
||||
|
||||
1. No recopilamos ningun dato personal.
|
||||
2. No mandaremos correos basura en la lista de correo.
|
||||
3. No usaremos cookies de terceros.
|
||||
4. Es bastante probable que usemos tu direccion IPv4 por motivos de funcionamiento del servidor.
|
||||