diff --git a/LICENSE b/LICENSE index edd340d..85f2915 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Blockcore +Copyright (c) 2022-2023 Blockcore Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index b1d9bb6..d792844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcoreatomicswaps", - "version": "0.0.18", + "version": "0.0.19", "license": "MIT", "author": { "name": "Blockcore", diff --git a/src/Blockcore.AtomicSwaps.Server/appsettings.json b/src/Blockcore.AtomicSwaps.Server/appsettings.json index 5da54cc..5aa7072 100644 --- a/src/Blockcore.AtomicSwaps.Server/appsettings.json +++ b/src/Blockcore.AtomicSwaps.Server/appsettings.json @@ -7,8 +7,12 @@ } }, //"AllowedHosts": "*", - "TelegramLoggingBot": { - "AccessToken": "5281540543:AAG9VLqNsBfT_fQwq2TBhKGDPTg3mBsjTdA", - "ChatId": "-1001860430245" // To find the ChatId, forward a message from your private channel to the @JsonDumpBot to see the `forward_from_chat:id` number. - } + "TelegramLoggingBot": { + "AccessToken": "5281540543:AAG9VLqNsBfT_fQwq2TBhKGDPTg3mBsjTdA", + "ChatId": "-1001860430245" // To find the ChatId, forward a message from your private channel to the @JsonDumpBot to see the `forward_from_chat:id` number. + }, + "DataConfig": { + //"DirectoryPath": "./database/", + "UseDefaultPath": true + } }