diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index c1e02b2b..0e472cbd 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -39,7 +39,7 @@ services: command: ["--noauth"] volumes: - "bitcoin_datadir:/root/.bitcoin" - + nbxplorer_postgres: container_name: nbxplorer_postgres image: postgres:16 @@ -61,4 +61,4 @@ volumes: bitcoin_datadir: nbxplorer_datadir: nbxplorer_postgres_data: - nodeguard_data_keys_dir: + nodeguard_data_keys_dir: \ No newline at end of file diff --git a/src/Data/DbInitializer.cs b/src/Data/DbInitializer.cs index 473f6d2c..dfc8a88f 100644 --- a/src/Data/DbInitializer.cs +++ b/src/Data/DbInitializer.cs @@ -387,7 +387,8 @@ public static void Initialize(IServiceProvider serviceProvider) { { "BTCPay", "9Hoz0PMYCsnPUzPO/JbJu8UdaKaAHJsh946xH20UzA0=" }, { "X", "C+ktTkMGQupY9LY3IkpyqQQ2pDa7idaeSUKUnm+RawI=" }, - { "Liquidator", "8rvSsUGeyXXdDQrHctcTey/xtHdZQEn945KHwccKp9Q=" } + { "Liquidator", "8rvSsUGeyXXdDQrHctcTey/xtHdZQEn945KHwccKp9Q=" }, + { "ElenPay", "2otDr3IrdARnarQZU8RO0ImQko6CDICyLmGUflKUQWA=" } }; var existingTokens = applicationDbContext.ApiTokens.Where(token => authenticatedServices.Keys.Contains(token.Name)).ToList();