forked from H-uru/dirtsand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dirtsand.sample.ini
43 lines (36 loc) · 1.17 KB
/
dirtsand.sample.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Server encryption keys (See CryptKeys.txt for details on how to use these)
#Key.Auth.N = ...
#Key.Auth.K = ...
#Key.Game.N = ...
#Key.Game.K = ...
#Key.Gate.N = ...
#Key.Gate.K = ...
# For Python/SDL
Key.Droid = 31415926535897932384626433832795
# EXTERNAL server addresses -- should probably point to this server for now
File.Host = 123.45.67.89
Auth.Host = 123.45.67.89
Game.Host = 123.45.67.89
# Server address/port to bind to... Leave commented to bind to any
# address on the default MOULa port (14617)
#Lobby.Addr =
#Lobby.Port = 14617
# JSON Server Status over HTTP. Note: Disabling the status server will
# also disable the welcome message below.
#Status.Enabled = true
#Status.Addr = localhost
#Status.Port = 8080
# Paths to server data
File.Root = /opt/dirtsand/data
Auth.Root = /opt/dirtsand/authdata
Sdl.Path = /opt/dirtsand/SDL
Age.Path = /opt/dirtsand/ages
# Postgres options -- You need to add a user before this will work
Db.Host = localhost
Db.Port = 5432
Db.Username = dirtsand
Db.Password = MySuperSecretPassword
Db.Database = dirtsand
# The default Welcome message -- This can be changed while the server
# is running with the welcome command
Welcome.Msg = It's ALIVE!