forked from OpenRune/OpenRune-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame.example.yml
More file actions
39 lines (35 loc) · 1011 Bytes
/
Copy pathgame.example.yml
File metadata and controls
39 lines (35 loc) · 1011 Bytes
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
# Game values
# You want to edit these to fit your game.
name: "OpenRune"
game-port: 43594
revision: 239
environment: "LIVE"
world: 255
gameplay:
quest-requirements:
# Temporary core-mechanics default. Use "respect-progress" when quest gates should use real
# quest state, or "virtual-completions" for league-style profiles.
mode: "assume-completed"
virtual-completions: []
virtual-lines: []
central:
same-instance: true
host: "127.0.0.1"
link-port: 9091
postgres:
pool-size: 10
# Central server connection settings (used when connecting to a different instance)
#central:
#same-instance: false
#host: "127.0.0.1"
#link-port: 9091
#world-key: "Ae2fPNJIjrvNKepBebm_qakFc5nBW4o7"
#postgres:
# PostgreSQL JDBC connection URL
#jdbc-url: "jdbc:postgresql://127.0.0.1:5432/openrune_central"
# Database username
#user: "postgres"
# Database password
#password: "-"
# Maximum number of connections in the pool
#pool-size: 10