mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
Merge pull request #74 from j-f1/patch-1
Fix using HTTPS url for localhost
This commit is contained in:
@@ -46,6 +46,6 @@ yarn start
|
||||
|
||||
## Accessing Actual
|
||||
|
||||
You should now be able to access [https://localhost:5006](https://localhost:5006) in your browser and you will see Actual.
|
||||
You should now be able to access [http://localhost:5006](http://localhost:5006) in your browser and you will see Actual.
|
||||
|
||||
When first accessing Actual, you may be prompted to provide a URL for the server. In this case (when installing locally), simply input `https://localhost:5006` or click down the bottom on "use this domain".
|
||||
When first accessing Actual, you may be prompted to provide a URL for the server. In this case (when installing locally), you can input `http://localhost:5006` or click the “use this domain” button below the text field (which will do the same thing).
|
||||
|
||||
Reference in New Issue
Block a user