Keep secrets :)

This commit is contained in:
adampweb 2025-04-06 16:56:59 +02:00
parent dde36ea840
commit b1080f0219
2 changed files with 9 additions and 0 deletions

4
.env.example Normal file
View File

@ -0,0 +1,4 @@
DB_HOST="db"
DB_USER="root"
DB_PASSWORD="example1234"
DB_NAME="wayback"

5
.gitignore vendored
View File

@ -18,6 +18,11 @@ Gemfile.lock
.ruby-version
.rbenv*
## ENV
*.env*
!.env*.example
## RCOV
coverage.data