This commit is contained in:
Tijl
2022-12-25 17:58:17 +01:00
parent b4e68779e1
commit ea4b512429
5 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
var config = {
shlinkUrl: 'https://example.com', // Base url of your shlink server
shlinkOutUrl: 'https://example.com', // The most cases this is the same as shlinkUrl
shlinkAppUrl: 'https://app.shlink.io/server/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', // Base url for shlink app. See example. Selfhosted or app.shlink.io
shlinkApiKey: 'xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', // Shlink API Key
shlinkAppOpenMode: 'edit' // Changes the use of the Open App button to the shortUrl settings (edit) or visits info. Choose 'visits' or 'edit'.
customName: 'Redirect Extention',// Custom name for the extention
shlinkUrl: 'https://example.com',// Base url of your shlink server
shlinkOutUrl: 'https://example.com',// The most cases this is the same as shlinkUrl
shlinkAppUrl: 'https://app.shlink.io/server/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',// Base url for shlink app. See example. Selfhosted or app.shlink.io
shlinkApiKey: 'xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',// Shlink API Key
shlinkAppOpenMode: 'edit'// Changes the use of the Open App button to the shortUrl settings (edit) or visits info. Choose 'visits' or 'edit'.
}