Got high and forgot what I did. The diff probably speaks for itself

This commit is contained in:
Brad Ganley 2024-12-27 03:31:15 +00:00
parent 3589cae584
commit e4881d29d4
3 changed files with 3 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -10,7 +10,8 @@ services:
env_file:
- .env
environment:
- NAME=bork
- NAME=Aaron
- USER_DID=did:plc:ksjfbda7262bbqmuoly54lww
networks:
- bun

View File

@ -115,7 +115,7 @@ async function initialize() {
initialize().then(() => {
jetstreamSubscription.createSubscription()
DebugLog.info("INIT", 'Initialized!')
DebugLog.info("INIT", 'Initialized and watching ' + <string>Bun.env.NAME + ' (' + <string>Bun.env.USER_DID + ')')
});