mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Remove unused configuration entries
No longer needed as these have been moved into the database.
This commit is contained in:
parent
b5a80bb27f
commit
f83b0dee1c
42
config.py
42
config.py
@ -44,44 +44,4 @@ servers = {
|
||||
"Level": "INFO"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tables = {
|
||||
"Four": [
|
||||
{"RoomId": 220, "Tables": [205, 206, 207]},
|
||||
{"RoomId": 221, "Tables": [200, 201, 202, 203, 204]}
|
||||
],
|
||||
"Mancala": [
|
||||
{"RoomId": 111, "Tables": [100, 101, 102, 103, 104]}
|
||||
],
|
||||
"Treasure": [
|
||||
{"RoomId": 422, "Tables": [300, 301, 302, 303, 304, 305, 306, 307]}
|
||||
]
|
||||
}
|
||||
|
||||
waddles = {
|
||||
"Sled": [
|
||||
{"RoomId": 230, "Waddles": [
|
||||
{"Id": 100, "Seats": 4},
|
||||
{"Id": 101, "Seats": 3},
|
||||
{"Id": 102, "Seats": 2},
|
||||
{"Id": 103, "Seats": 2}
|
||||
]}
|
||||
],
|
||||
"Card": [
|
||||
{"RoomId": 320, "Waddles": [
|
||||
{"Id": 200, "Seats": 2},
|
||||
{"Id": 201, "Seats": 2},
|
||||
{"Id": 202, "Seats": 2},
|
||||
{"Id": 203, "Seats": 2}
|
||||
]}
|
||||
],
|
||||
"CardFire": [
|
||||
{"RoomId": 812, "Waddles": [
|
||||
{"Id": 300, "Seats": 2},
|
||||
{"Id": 301, "Seats": 2},
|
||||
{"Id": 302, "Seats": 3},
|
||||
{"Id": 303, "Seats": 4}
|
||||
]}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user