1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00

Create appsettings.json.example

This commit is contained in:
skyuk3000 2023-05-23 13:40:50 +01:00 committed by GitHub
parent c8e2311fbe
commit 33d982ce96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
{
"TokenKey": "super secret unguessable key",
"Port": __PORT__,
"IpAddresses": "",
"BaseUrl": "__URL_PATH__"
}