mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Update settings
This commit is contained in:
parent
db712c86b8
commit
70e723337d
@ -199,6 +199,13 @@ SITH_BAR_MANAGER = {
|
|||||||
'address': "6 Boulevard Anatole France, 90000 Belfort"
|
'address': "6 Boulevard Anatole France, 90000 Belfort"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Launderette managers
|
||||||
|
SITH_LAUNDERETTE_MANAGER = {
|
||||||
|
'name': "Laverie",
|
||||||
|
'unix_name': "laverie",
|
||||||
|
'address': "6 Boulevard Anatole France, 90000 Belfort"
|
||||||
|
}
|
||||||
|
|
||||||
# Define the date in the year serving as reference for the subscriptions calendar
|
# Define the date in the year serving as reference for the subscriptions calendar
|
||||||
# (month, day)
|
# (month, day)
|
||||||
SITH_START_DATE = (8, 15) # 15th August
|
SITH_START_DATE = (8, 15) # 15th August
|
||||||
@ -321,3 +328,8 @@ SITH_EBOUTIC_PUB_KEY = ""
|
|||||||
with open('./sith/et_keys/pubkey.pem') as f:
|
with open('./sith/et_keys/pubkey.pem') as f:
|
||||||
SITH_EBOUTIC_PUB_KEY = f.read()
|
SITH_EBOUTIC_PUB_KEY = f.read()
|
||||||
|
|
||||||
|
# Launderette variables
|
||||||
|
SITH_LAUNDERETTE_PRICES = {
|
||||||
|
'WASHING': 1.0,
|
||||||
|
'DRYING': 0.75,
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user