Skip to content

Commit 51e4cb1

Browse files
author
Helperhaps
committed
mv conf.py to conf.py.sample
1 parent ffa5b8c commit 51e4cb1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
build/
33
dist/
44
jpush.egg-info/
5-
.idea/
5+
.idea/
6+
examples/conf.py

examples/conf.py

-3
This file was deleted.

examples/conf.py.sample

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# please put your app_key and master_secret here
2+
app_key = u'xxxxxx'
3+
master_secret = u'xxxxxx'
4+
5+
dev_key = u'xxxxxx'
6+
dev_secret = u'xxxxxx'

0 commit comments

Comments
 (0)