mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 09:46:05 +00:00
Keep secrets :)
This commit is contained in:
parent
dde36ea840
commit
b1080f0219
4
.env.example
Normal file
4
.env.example
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
DB_HOST="db"
|
||||||
|
DB_USER="root"
|
||||||
|
DB_PASSWORD="example1234"
|
||||||
|
DB_NAME="wayback"
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
@ -18,6 +18,11 @@ Gemfile.lock
|
|||||||
.ruby-version
|
.ruby-version
|
||||||
.rbenv*
|
.rbenv*
|
||||||
|
|
||||||
|
## ENV
|
||||||
|
*.env*
|
||||||
|
!.env*.example
|
||||||
|
|
||||||
|
|
||||||
## RCOV
|
## RCOV
|
||||||
coverage.data
|
coverage.data
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user