mercury.core.ts file is the main configuration file for Mercury Core. This file controls all aspects of your revival including branding, features, services, and default settings.
Basic Settings
The name of your revival.
Your revival’s domain name.
The symbol for your revival’s currency. Placed before the amount.
Controls which optional pages on the site are enabled. This allows you to turn off unnecessary features for your revival.Available pages:
"Statistics", "Groups", "Forum"Service URLs
The URL of your database server.
The URL of your RCC proxy server. Requires a URL scheme.
The URL of your Orbiter gameserver hoster, exposing the private API for use by the Site. Requires a URL scheme.
The domain name of your Orbiter gameserver hoster, exposing the public API for use by a user’s browser.
The URI scheme to pass to the launcher when joining a game.
Default Body Colors
The default body colours for avatar creation, given to each new user on registration. Each colour is a BrickColor ID.
Logging
Configuration for logging done by Mercury Core.
Branding
Configuration for custom branding and icon file paths in the Assets directory.
Images
Configuration for image file paths in the Assets directory.
Themes
Configuration for the revival’s available themes. The first theme in the array will be the default theme.
Text Filtering
Configuration for basic text filtering for profanity.
Registration
Configuration for user registration.
Configuration for sending emails.
The email password should be configured in your environment variables as
EMAIL_PASSWORD. See Environment Variables for details.Gameservers
Configuration for gameserver hosting.