Hide configuration from GIT
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
export PSQL_OPTS="-h localhost -U root"
|
|
||||||
export DB_NAME=photowall
|
|
||||||
@@ -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
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
.configuration.sh
|
||||||
Reference in New Issue
Block a user