Skip to content

Commit

Permalink
add cabinet environment variables (now insensitive!)
Browse files Browse the repository at this point in the history
  • Loading branch information
polypixeldev committed Dec 2, 2024
1 parent 629524a commit 05451c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
.env
*.sqlite
4 changes: 4 additions & 0 deletions cabinet/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CADDY_SOCKET_PATH="/run/caddy/caddy-admin.sock"
CADDY_ADMIN_PATH="http://localhost/load"
DATABASE_URL="postgresql://caddy@localhost/caddy?host=%2Frun%2Fpostgresql"
PORT=999
4 changes: 1 addition & 3 deletions cabinet/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
node_modules
# Keep environment variables out of version control
.env
node_modules

0 comments on commit 05451c1

Please sign in to comment.