Files
landing-web/app/lib/server-config.ts
T
2026-07-08 18:39:10 +02:00

23 lines
598 B
TypeScript

export const siteConfig = {
name: "leonmorival.xyz",
title: "Le serveur de Leon",
description: "Streaming, jeux et services privés au même endroit.",
jellyfinUrl: "https://momostreaming.com",
minecraftPath: "/minecraft",
astroneerPath: "/astroneer",
};
export const minecraftServer = {
name: "Minecraft Survie",
address: "minecraft.leonmorival.xyz",
mapUrl: "https://map.leonmorival.xyz",
versionHint: "Java",
access: "Whitelist sur demande",
};
export const astroneerServer = {
name: "Astroneer",
address: "astroneer.leonmorival.xyz",
access: "Serveur dédié",
};