This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -48,7 +48,7 @@
|
||||
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
|
||||
"AYANOVA_USE_URLS": "http://*:7575;",
|
||||
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
|
||||
"AYANOVA_SERVER_TEST_MODE": "false",
|
||||
"AYANOVA_SERVER_TEST_MODE": "true",
|
||||
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8",
|
||||
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
|
||||
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
|
||||
|
||||
@@ -44,6 +44,10 @@ This setting exists to generate data within your local time zone's typical work
|
||||
|
||||
This field is automatically set based on the time zone of your device but can be set to any time zone offset desired.
|
||||
|
||||
### Set all sample email addresses to this
|
||||
|
||||
This optional setting will override the usual random sample email addresses generated and instead set every object that can have an email address to the value entered here. Used for simplifying testing of notification system to ensure all emails sent go to only one email address. Must be in the format of a valid email address.
|
||||
|
||||
### Start job
|
||||
|
||||
The start job button will prompt if you're certain as this operation will erase any existing data. Once confirmed, the server will start the data generation job. While data is generating the server will be locked from access.
|
||||
|
||||
@@ -349,8 +349,7 @@
|
||||
"ErrorUserNotAuthenticated": "Nicht authentifiziert (E16)",
|
||||
"ErrorUserNotAuthorized": "Nicht autorisiert",
|
||||
"Evaluate": "Bewerten",
|
||||
"EvaluateAppendPassword": "Append this text to all sample User passwords (optional)",
|
||||
"EvaluateForceEmail": "Set all email addresses to this (optional)",
|
||||
"EvaluateForceEmail": "Setzen Sie alle Beispiel-E-Mail-Adressen auf diese (optional)",
|
||||
"EvaluationGuide": "Bewertungsleitfaden",
|
||||
"EvaluationRequestReceived": "Anfrage erhalten, überprüfen Sie Ihre E-Mail zur Bestätigung",
|
||||
"Event": "Veranstaltung",
|
||||
|
||||
@@ -349,8 +349,7 @@
|
||||
"ErrorUserNotAuthenticated": "Not authenticated (E16)",
|
||||
"ErrorUserNotAuthorized": "Not authorized",
|
||||
"Evaluate": "Evaluate",
|
||||
"EvaluateAppendPassword": "Append this to all sample User passwords (optional)",
|
||||
"EvaluateForceEmail": "Set all email addresses to this (optional)",
|
||||
"EvaluateForceEmail": "Set all sample email addresses to this (optional)",
|
||||
"EvaluationGuide": "Evaluation guide",
|
||||
"EvaluationRequestReceived": "Request received, check your email for verification",
|
||||
"Event": "Event",
|
||||
|
||||
@@ -349,8 +349,7 @@
|
||||
"ErrorUserNotAuthenticated": "No autenticado (E16)",
|
||||
"ErrorUserNotAuthorized": "No autorizado",
|
||||
"Evaluate": "Evaluar",
|
||||
"EvaluateAppendPassword": "Append this text to all sample User passwords (optional)",
|
||||
"EvaluateForceEmail": "Set all email addresses to this (optional)",
|
||||
"EvaluateForceEmail": "Establezca todas las direcciones de correo electrónico de muestra en esto (opcional)",
|
||||
"EvaluationGuide": "Guía de evaluación",
|
||||
"EvaluationRequestReceived": "Solicitud recibida, verifique su correo electrónico para verificar",
|
||||
"Event": "Evento",
|
||||
|
||||
@@ -349,8 +349,7 @@
|
||||
"ErrorUserNotAuthenticated": "Non authentifié (E16)",
|
||||
"ErrorUserNotAuthorized": "Non autorisé",
|
||||
"Evaluate": "Évaluer",
|
||||
"EvaluateAppendPassword": "Append this text to all sample User passwords (optional)",
|
||||
"EvaluateForceEmail": "Set all email addresses to this (optional)",
|
||||
"EvaluateForceEmail": "Définissez tous les exemples d'adresses e-mail sur ceci (facultatif)",
|
||||
"EvaluationGuide": "Guide d'évaluation",
|
||||
"EvaluationRequestReceived": "Demande reçue, vérifiez votre e-mail pour terminer le processus de vérification",
|
||||
"Event": "Un événement",
|
||||
|
||||
Reference in New Issue
Block a user