Skip to content

Commit 7239969

Browse files
committed
Add settings.py for readthedocs
1 parent 7fd05fa commit 7239969

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.env
22
__pycache__
3-
settings.py
43
docs/_html

DroneMD/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SERVER = 'https://opendronemap.domain'
2+
USERNAME = 'user'
3+
PASSWORD = 'password'
4+
ZENODO = 'zenodo_token'

0 commit comments

Comments
 (0)