Skip to content

Commit

Permalink
Merge pull request #59 from trydirect/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
vsilent committed Jun 17, 2024
2 parents 2d758a9 + 9ae0d76 commit 780acb2
Show file tree
Hide file tree
Showing 218 changed files with 8,929 additions and 3,385 deletions.
File renamed without changes.
7 changes: 6 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#BUILDKIT_PROGRESS=plain
#DOCKER_BUILDKIT=1
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/stacker
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=stacker
POSTGRES_PORT=5432
POSTGRES_PORT=5432
SECURITY_KEY=SECURITY_KEY_SHOULD_BE_OF_LEN_32

REDIS_URL=redis://127.0.0.1/
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
target
.idea
.idea/
files
access_control.conf
configuration.yaml
configuration.yaml.backup
configuration.yaml.orig
12 changes: 0 additions & 12 deletions .idea/dataSources.xml

This file was deleted.

7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/gitguardian/ggshield
rev: v1.28.0
hooks:
- id: ggshield
language_version: python3
stages: [commit]
Loading

0 comments on commit 780acb2

Please sign in to comment.