瀏覽代碼

update README.md

pull/1/head
Slixe GitHub 2 年之前
父節點
當前提交
f7597bd498
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. +12
    -0
      README.md

+ 12
- 0
README.md 查看文件

@@ -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.



Loading…
取消
儲存