-
Notifications
You must be signed in to change notification settings - Fork 0
Environment variables
Joshua Eddy edited this page Jul 13, 2023
·
3 revisions
- Description: The url of the SMTP email server.
- Default value: ``
- Is required: yes
- Description: The port number of the SMTP email server.
- Default value: ``
- Is required: yes
- Description: Whether or not to use SSL for requests to SMTP email server.
-
Default value:
true - Is required: false
- Description: The email address of the account the site will use to send emails.
- Default value: ``
- Is required: yes
- Description: The password of the account the site will use to send emails.
- Default value: ``
- Is required: yes
- 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
-
Description: The database type of the connection. Only
MySQLandSQLServerare supported. -
Default value:
SQLServer - Is required: no
- Description: The framework to use for the front end.
-
Default value:
Angular - Is required: no
- Description: The secret used for generating the user JWT tokens. You can generate one here.
-
Default value:
dqSRHqsruH3U75hFSg1Y5LCOcON7G90iXGomYbaFuH4G10f2PIexSes3QlyidLC - Is required: no
- Description: The folder path you would like to install the app into.
-
Default value:
.\Web - Is required: no
- Description: The URL to the public GitHub repository.
-
Default value:
https://github.com/RelativeForce/MyMoney - Is required: no
-
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