Skip to content

Commit

Permalink
DB Change
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasHausberger committed Sep 19, 2020
1 parent a9e0321 commit c1f959a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
34 changes: 17 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions resources/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ function console_log($data)
);


if (getenv("CLEARDB_DATABASE_URL") != null) {

/*
* This is just for a heroku setup --> can be ignored in production.
*/
if (getenv("CLEARDB_COPPER_URL") != null) {

$url = parse_url(getenv("CLEARDB_COPPER_URL"));

Expand Down

0 comments on commit c1f959a

Please sign in to comment.