Skip to content

Commit

Permalink
add production tern config
Browse files Browse the repository at this point in the history
  • Loading branch information
asamere committed Feb 14, 2023
1 parent bb25395 commit 0f2aae4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Dependency directories (remove the comment below to include it)
# vendor/

.env
.env*


.idea/
Expand Down
16 changes: 16 additions & 0 deletions db/tern-prod.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[database]
# use `export PGHOST=...` to set host
# host = make_your_own_host
port = 5432
# database is required
database = postgres
# user defaults to OS user
user = arkeo
# use `export PGPASSWORD=...` to set password
# password = make_your_own_password
version_table = public.schema_version
sslmode = prefer

[data]
# Any fields in the data section are available in migration templates
# prefix = foo

0 comments on commit 0f2aae4

Please sign in to comment.