diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties deleted file mode 100644 index 488d3b8..0000000 --- a/src/main/resources/application.properties +++ /dev/null @@ -1,69 +0,0 @@ -server.servlet.context-path=/record-manager -management.endpoints.web.exposure.include=health - -# Driver to manage triple stores -persistenceDriver=cz.cvut.kbss.ontodriver.rdf4j.Rdf4jDataSource -# URL of repository that holds main data of the application -repositoryUrl=http://localhost:7200/repositories/record-manager-app -# URL of repository where output and configuration of form-generator should be held -formGenRepositoryUrl=http://localhost:7200/repositories/record-manager-formgen -# REST endpoint of form generator service -formGenServiceUrl=http://localhost:8080/s-pipes/service?_pId=transform&sgovRepositoryUrl=https%3A%2F%2Fgraphdb.onto.fel.cvut.cz%2Frepositories%2Fkodi-slovnik-gov-cz -# Option to pass sameSite attribute for set-cookie headers. Possible values are None,Lax,Strict. In case of None value also attribute "Secure;" is added. -security.sameSite= - -# Url of the website for password reset emails. e.g. https://study.com/ (must have "/" at the end) -appContext=http://localhost:3000/record-manager - -# SMTP host -smtp.host=smtp.gmail.com -# SMTP port -smtp.port=587 -# SMTP user -smtp.user=recordmanager@gmail.com -# SMTP password -smtp.password=AdminOrganization123 - -# Email display name -email.displayName=Record Manager -# if email.from is not entered, smtp.user is used instead -email.from= -# Email cc addresses where all invitations will be sent. For more use delimiter "," (can remain empty) -email.replyTo= -email.cc= -email.bcc= - -# You can use variables in email contents by using {{variable}}, available variables are listed before email content property -# Password Reset email subject -email.passwordResetSubject=Password Reset -# PasswordReset email html content, variables: username, link, appContext -email.passwordResetContent=
Dear user {{username}},
please set your new password here: {{link}}
Best regards,
StudyManager
Dear {{name}},
you have been invited to a study running at {{appContext}}.
Your username is: {{username}}.
\ -Please set your password here: {{link}}
Best regards,
StudyManager
Dear user {{username}},
your password has been changed.
Best regards,
RecordManager
Dear user {{username}},
your profile at {{appContext}} has been updated by a study coordinator.
Best regards,
RecordManager
Dear user {{username}},
please set your new password here: {{link}}
Best regards,
StudyManager
Dear {{name}},
you have been invited to a study running at {{appContext}}.
Your username is: {{username}}.
\ +Please set your password here: {{link}}
Best regards,
StudyManager
Dear user {{username}},
your password has been changed.
Best regards,
RecordManager
Dear user {{username}},
your profile at {{appContext}} has been updated by a study coordinator.
Best regards,
RecordManager