Hide configuration from GIT

This commit is contained in:
Rikard Bartholf
2016-02-15 11:20:59 +01:00
parent 9dfb91a356
commit 4f27eaa684
3 changed files with 8 additions and 3 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
export PSQL_OPTS="-h localhost -U root"
export DB_NAME=photowall
+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