Skip to content

Commit

Permalink
fix test config files
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Nov 11, 2021
1 parent cb76d3c commit 8cc0f6f
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions t/kuickres.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

BACKEND:
cfg_db: /tmp/kuickres-testing.db
api_key: a6b3a23b564d61601cb1c132845cd7d785501b5d
cfg_db: /tmp/var/kuickres.db
# perl -MDigest::SHA -e 'print Digest::SHA::hmac_sha1_hex("access"),"\n"'
api_key: dddddddddddd
# smtp_url: smtp://user:[email protected]
bcc: [email protected]
from: Kuickres Dev <[email protected]>

FRONTEND:
# logo = ../resource/kuickres/logo.png
Expand All @@ -27,12 +31,10 @@ PLUGIN:
module: ResetPassword
unlisted: true
tab-name: Reset Password
from: [email protected]
- RegisterNewAccount:
module: Registration
unlisted: true
tab-name: Register New Account
from: [email protected]
mailrx: "@oetiker.ch$"
- InitialUser:
module: UserForm
Expand All @@ -42,23 +44,34 @@ PLUGIN:
- Booking:
module: Booking
tab-name: Buchungen
from: [email protected]

- Location:
module: Location
tab-name: Standorte

- Room:
module: Room
tab-name: Räume
- MultiBooking:
module: MultiBooking
tab-name: MultiBooking

- Equipment:
module: Equipment
tab-name: Anlagen


- District:
module: District
tab-name: Bezirke
tab-name: Schulkreise

- UserCat:
module: UserCat
tab-name: UserCategories

- Agegroup:
module: Agegroup
tab-name: Altersgruppen
tab-name: Klassen

- AdminUser:
module: Users
module: User
tab-name: Konto Manager

0 comments on commit 8cc0f6f

Please sign in to comment.