2025 day 1

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-08 13:49:42 -06:00
parent 902917426f
commit 9caa01f1a7
6 changed files with 4570 additions and 26 deletions

17
.envrc
View file

@ -1,22 +1,5 @@
#!/bin/bash
# Copy these to a .env.local file to override in local host
# This is what DIESEL cli uses
export DATABASE_URL="test_db.db"
## APP variables
# /etc/stormd/stormd.db
export STORMD_DB_PATH="stormd_db_local.db"
export STORMD_DB_ENC_KEY_FILE="stormd_db_enc.key"
# /etc/nebula/config.yml
export STORMD_NEBULA_CONFIG="nebula_config.yml"
# Auth key for admin API
export STORMD_NEXUS_ADMIN_AUTH_FILE="stormd_auth_key"
export STORMD_DAEMON_HTTP_PORT=37391
# ======
watch_file .env.local
dotenv_if_exists .env.local