Skip to content

Commit

Permalink
ver:1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxks committed Jan 18, 2023
1 parent 026b789 commit 55f60bb
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ postgres/query
Makefile
go.mod
go.sum

epinio.yaml
.env

1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: immut-api
7 changes: 7 additions & 0 deletions epinio copy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
configuration:
environment:
POSTGRES_DBNAME: immut
POSTGRES_HOST:
POSTGRES_PASSWORD:
POSTGRES_PORT: 5432
POSTGRES_USER: postgres
7 changes: 7 additions & 0 deletions epinio.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
configuration:
environment:
POSTGRES_DBNAME: immut
POSTGRES_HOST: 172.23.0.2
POSTGRES_PASSWORD: YqrD9TznjN
POSTGRES_PORT: 5432
POSTGRES_USER: postgres
35 changes: 23 additions & 12 deletions main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55f60bb

Please sign in to comment.