Bladeren bron

update README.md

pull/1/head
Slixe GitHub 2 jaren geleden
bovenliggende
commit
f7597bd498
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: 4AEE18F83AFDEB23
1 gewijzigde bestanden met toevoegingen van 12 en 0 verwijderingen
  1. +12
    -0
      README.md

+ 12
- 0
README.md Bestand weergeven

@@ -48,6 +48,18 @@ To create a java keystore file from an already existing certificate, please refe

For more examples: [here](https://www.javacodegeeks.com/2014/07/java-keystore-tutorial.html)

once this step is done, just configure the "config.json" file.
```json
{
"port": 8080,
"enableSSL": true,
"keystoreFile": "keystore.jks",
"secret": ""
}
```
`keystoreFile` is the path to your file. If it is in the same folder as the application, you can simply specify the file name as above.
`secret` is the password needed for the keystore file.

## Frontend
First you will need to change the value of `Vue.prototype.$api` with your API address (so the IP address/domain name where your backend is running) in the `src/main.js` file.



Laden…
Annuleren
Opslaan