-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
38 lines (33 loc) · 2.62 KB
/
config.example.yaml
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
universe:
network_key:
n: 134539629474386922037791973580118887976202262513059806716070824872604019001549619717043869049820865778686338042804246699105615306763509624582695524159630542063424520740697096695065917367798513676047684857537002873465544160954589243833288573668688641279313120835560801603892833928651320394652562952389632548953
d: 55398670960041673780267283238872483284318578681848155706617398476954596059461608118782769608749768261812021547037042758455253361608503963063462862889259625398654146184924437001549904434764958250148333879602146773194545846894891569844887509155520581612255537741780582148990843840620079165238381404172781505181
primary_key:
n: 16972286244849771984622451367228102174501719320240653652662330551811042672286869215561928929175827402752178598753445713908601088303475414633015321035251571211566978795872136026380777563265395267739035345972002870926699475330208864762370786289338571780113370443705220053580642621034990905081765661421515793197322286229310533378663925641599451069026309189868652973825372527822995378307658254979118985781849587869182040447299629997994344818433422788110169038839718660945475305838947440389938769132300261658746306829589651102747347903636404092182462550116241824059779050479962155170547507469291673134785087525867735462771
d: 998369779108810116742497139248711892617748195308273744274254738341826039546286424444819348775048670750128152867849747876976534606086789096059724766779504188915704635051302119198869268427376192219943255645411933583923498548835815574257105075843445398830198261394424709034155448296175935593045038907147987835121276143092265929765857522003315234046704493380086236406227181752690639773759910381564885451567942201551660793531581412046961847318500202889539128927129171613072773956837051742450320264942416013004138711897082646106738944678776002164289048233329862454552712571702039963458146099156364834927612038865038435329
database:
driver: 'postgresql+psycopg2'
host: 'localhost'
port: 5432
database: 'steamy'
username: 'steamy'
password: 'changeme!'
directory_server:
listen_ip: '10.0.2.174'
listen_port: 27038
servers: {'config': [('10.0.2.174', 27035)], 'content_list': [('10.0.2.174', 27037)], 'content': [('10.0.2.174', 27032], 'auth': [('10.0.2.174', 27039], 'cser': [('10.0.2.174', 27013)]}
config_server:
listen_ip: '10.0.2.174'
listen_port: 27035
pdr_path: '/path/to/pdr.bin'
cdr_path: '/path/to/cdr.bin'
content_list_server:
listen_ip: '10.0.2.174'
listen_port: 27037
servers: {'content': [('10.0.2.174', 27032)]}
cser:
listen_ip: '10.0.2.174'
listen_port: 27013
auth_server:
listen_ip: '10.0.2.174'
listen_port: 27039