docker changes and user authenticated message

This commit is contained in:
2014-10-09 15:08:37 +02:00
parent c6c26124c8
commit 9e9855f762
12 changed files with 41 additions and 12 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
development:
validation_framework: :active_model #optional
#database: qwaiter_development
database: "http://mozo:secret@localhost:5984/qwaiter_development"
#database: "http://mozo:secret@localhost:5984/qwaiter_development"
database: mozo_development
test:
validation_framework: :active_model #optional
#database: "http://mozo:secret@localhost:5984/qwaiter_test"
#Testing can only be done as couchdb admin, since it requires creating and destroying the database
database: "qwaiter_test"
database: "mozo_test"
# database: "http://admin:secret@localhost:5984/qwaiter_test"
production:
validation_framework: :active_model #optional
database: qwaiter
user_app:
validation_framework: :active_model #optional
database: qwaiter_development
database: mozo_development
+1
View File
@@ -20,6 +20,7 @@ en:
unknown_supplier_name: unknown
unauthorized: Unauthorized action detected
order_could_not_be_processed: 'The order could not be processed'
authenticated: Successfully authenticated
active_list:
title: Active list
+1
View File
@@ -20,6 +20,7 @@ nl:
unknown_supplier_name: onbekend
unauthorized: Niet toegestane actie
order_could_not_be_processed: 'De bestelling kan niet worden uitgevoerd'
authenticated: Succesvolle login
active_list:
title: Actieve lijst
needs_payment: Rekening vragen!