Environment variables - RelativeForce/MyMoney GitHub Wiki

Email

MyMoney_Email_Smtp_Server_URL

  • Description: The url of the SMTP email server.
  • Default value: ``
  • Is required: yes

MyMoney_Email_Smtp_Server_Port

  • Description: The port number of the SMTP email server.
  • Default value: ``
  • Is required: yes

MyMoney_Email_Smtp_Server_SSL

  • Description: Whether or not to use SSL for requests to SMTP email server.
  • Default value: true
  • Is required: false

MyMoney_Email_Address

  • Description: The email address of the account the site will use to send emails.
  • Default value: ``
  • Is required: yes

MyMoney_Email_Password

  • Description: The password of the account the site will use to send emails.
  • Default value: ``
  • Is required: yes

Database

MyMoney_Database_Connection

  • Description: The connection string to the database. Defaults to the local SQL express server instance.
  • Default value: Server=.\SQLEXPRESS; Initial Catalog=MyMoney; Trusted_Connection=True; MultipleActiveResultSets=true; Integrated Security=True
  • Is required: no

MyMoney_Database_Engine

  • Description: The database type of the connection. Only MySQL and SQLServer are supported.
  • Default value: SQLServer
  • Is required: no

General

MyMoney_Front_End_Framework

  • Description: The framework to use for the front end.
  • Default value: Angular
  • Is required: no

MyMoney_Token_Secret

  • Description: The secret used for generating the user JWT tokens. You can generate one here.
  • Default value: dqSRHqsruH3U75hFSg1Y5LCOcON7G90iXGomYbaFuH4G10f2PIexSes3QlyidLC
  • Is required: no

Production

MyMoney_Local_Web_App_Path

  • Description: The folder path you would like to install the app into.
  • Default value: .\Web
  • Is required: no

MyMoney_GitHub_URL

  • Description: The URL to the public GitHub repository.
  • Default value: https://github.com/RelativeForce/MyMoney
  • Is required: no

MyMoney_Asset_File_Name

  • Description: The filename of the asset to download. Requires {0} Major version number, {1} Minor version number and {2} Hotfix number.
  • Default value: MyMoney_win64_{0}-{1}-{2}.zip
  • Is required: no