2025 day 1
This commit is contained in:
parent
902917426f
commit
9caa01f1a7
6 changed files with 4570 additions and 26 deletions
17
.envrc
17
.envrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue