Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Sith
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
Sith
Commits
70e72333
Commit
70e72333
authored
Aug 02, 2016
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update settings
parent
db712c86
Pipeline
#83
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
sith/settings_sample.py
sith/settings_sample.py
+12
-0
No files found.
sith/settings_sample.py
View file @
70e72333
...
...
@@ -199,6 +199,13 @@ SITH_BAR_MANAGER = {
'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
# (month, day)
SITH_START_DATE
=
(
8
,
15
)
# 15th August
...
...
@@ -321,3 +328,8 @@ SITH_EBOUTIC_PUB_KEY = ""
with
open
(
'./sith/et_keys/pubkey.pem'
)
as
f
:
SITH_EBOUTIC_PUB_KEY
=
f
.
read
()
# Launderette variables
SITH_LAUNDERETTE_PRICES
=
{
'WASHING'
:
1.0
,
'DRYING'
:
0.75
,
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment