diff options
Diffstat (limited to 'migrations/tern.conf')
| -rw-r--r-- | migrations/tern.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/migrations/tern.conf b/migrations/tern.conf new file mode 100644 index 0000000..e52b80c --- /dev/null +++ b/migrations/tern.conf @@ -0,0 +1,34 @@ +[database] +# host is required (network host or path to Unix domain socket) +host = localhost +port = 9002 +# database is required +database = newsstand +# user defaults to OS user +user = newsstand +password = newsstand +version_table = public.schema_version +# +# sslmode generally matches the behavior described in: +# http://www.postgresql.org/docs/9.4/static/libpq-ssl.html#LIBPQ-SSL-PROTECTION +# +# There are only two modes that most users should use: +# prefer - on trusted networks where security is not required +# verify-full - require SSL connection +# sslmode = prefer +# +# sslrootcert is generally used with sslmode=verify-full +# sslrootcert = /path/to/root/ca + +# Proxy the above database connection via SSH +# [ssh-tunnel] +# host = +# port = 22 +# user defaults to OS user +# user = +# password is not required if using SSH agent authentication +# password = + +[data] +# Any fields in the data section are available in migration templates +# prefix = foo |
