Skip to content

Commit

Permalink
Added env javascript file
Browse files Browse the repository at this point in the history
  • Loading branch information
milanarandjelovic committed Jan 18, 2017
1 parent 7d96b15 commit f319eb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const ENV = {
ALGOLIA_APP_ID: '',
ALGOLIA_SECRET: ''
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
Homestead.json
Homestead.yaml
.env
.env.js
_ide_helper.php
.phpstorm.meta.php

0 comments on commit f319eb8

Please sign in to comment.