Skip to content

MVP 3 - Hotfix 1 (v1.2.1)

Latest
Compare
Choose a tag to compare
@RelativeForce RelativeForce released this 20 Feb 13:22
· 25 commits to master since this release
04cdad3

Changelog

  • Added missing Fortnight and Four Week reoccurrences

Environment variables

  • MyMoney_Email_Smtp_Server_URL: The URL of the SMTP email server
  • MyMoney_Email_Smtp_Server_Port: The port number of the SMTP email server
  • MyMoney_Email_Smtp_Server_SSL (optional): Whether or not to use SSL for requests to SMTP email server.
  • MyMoney_Email_Address: The email address of the account the site will use to send emails
  • MyMoney_Email_Password: The password of the account the site will use to send emails
  • MyMoney_Database_Connection (optional): The connection string to the database. Defaults to the local SQL express server instance.
  • MyMoney_Database_Engine (optional): The database type of the connection.
  • MyMoney_Token_Secret (optional): The secret used for generating the user JWT tokens.