Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sphere.ini #1364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/sphere.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//****************************************************************************
// Copyright 2023 SphereServer development team.
// Copyright 2023-2025 SphereServer development team.
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Expand All @@ -10,18 +10,25 @@
///////////////////////////////////////////////////////////////

[SPHERE]
// SphereServer liability audit agreement [1 = Confirm, 0 = Do not confirm]
//AGREE=1

// Name of your Sphere shard
ServName=MyShard

// The IP of your server, this will be 127.0.0.1 almost always
// If you are behind a router, set your public IP in the function f_onserver_start, in core/serv_triggers.scp
ServIP=127.0.0.1

// The port of your server, this is 2593 by default
ServPort=2593

// Admin's contact email
[email protected]

// Web page for this server
URL=www.myshard.com

// GMT offset, from -12 to +12 [London=0, EST=5, etc]
TimeZone=0

Expand Down