diff --git a/.configuration.sh~ b/.configuration.sh~ new file mode 100644 index 0000000..6275570 --- /dev/null +++ b/.configuration.sh~ @@ -0,0 +1,7 @@ +#!/bin/bash +# localhost +export PSQL_OPTS="-h localhost -U root" + +# Prod +export PSQL_OPTS="-h PRODUCTION.SERVER.URL -U root" +export DB_NAME=DATABASE_NAME diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..625ee42 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.configuration.sh