Skip to content

Commit

Permalink
feat: Add .env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
pagbrl committed Feb 20, 2024
1 parent f1aead9 commit 67cd52b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

export DATABASE_HOST="localhost"
export DATABASE_PORT="5432"
export DATABASE_NAME="d4g"
export DATABASE_USER="d4guser"
export DATABASE_PASSWORD="d4gpassword"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,4 @@ cython_debug/
# Precommit hooks: ruff cache
.ruff_cache
.env*
!.env.dist

0 comments on commit 67cd52b

Please sign in to comment.