Add DB_NAME to sample configuration

This commit is contained in:
Rikard Bartholf
2016-02-15 11:26:52 +01:00
parent 2b8117034a
commit 8524234f92
+3 -2
View File
@@ -1,7 +1,8 @@
#!/bin/bash #!/bin/bash
# localhost # localhost
export PSQL_OPTS="-h localhost -U root" export PSQL_OPTS="-h localhost -U root"
export DB_NAME=DATABASE_NAME
# Prod # Prod
export PSQL_OPTS="-h PRODUCTION.SERVER.URL -U root" # export PSQL_OPTS="-h PRODUCTION.SERVER.URL -U root"
export DB_NAME=DATABASE_NAME # export DB_NAME=DATABASE_NAME