Skip to content

Commit 87ca7ed

Browse files
author
Anastasiya Kozaeva
committed
Move actual config to ignore
1 parent 627c38c commit 87ca7ed

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# alphabetized
22
build/
33
node_modules/
4+
js/config/Config.js
45

56
# ctags-generated tags
67
tags
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
FirebaseUrl: 'https://glaring-inferno-8099.firebaseio.com/',
2+
FirebaseUrl: 'https://<YOUR-FIREBASE-APP>.firebaseio.com/',
33
GithubApiUrl: 'https://api.github.com/',
44
PerPage: 60
55
};

0 commit comments

Comments
 (0)