diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 281a6b0..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/docker-compose.yml b/docker-compose.yml index 4a76aeb..04c4c9a 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,8 @@ services: env_file: - .env environment: - - NAME=bork + - NAME=Aaron + - USER_DID=did:plc:ksjfbda7262bbqmuoly54lww networks: - bun diff --git a/src/index.ts b/src/index.ts index 86f214c..b152b6f 100755 --- a/src/index.ts +++ b/src/index.ts @@ -115,7 +115,7 @@ async function initialize() { initialize().then(() => { jetstreamSubscription.createSubscription() - DebugLog.info("INIT", 'Initialized!') + DebugLog.info("INIT", 'Initialized and watching ' + Bun.env.NAME + ' (' + Bun.env.USER_DID + ')') });