Add example configuration file

This commit is contained in:
Rikard Bartholf
2016-02-15 11:18:39 +01:00
parent 8fdca24a34
commit df0b9f5b46
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
.configuration.sh