Skip to content

Commit e3d2672

Browse files
committed
Add config and .env files
1 parent a71cdc7 commit e3d2672

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
USERNAME=admin
2+
PASSWORD=password123

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
BASE_URI = "https://restful-booker.herokuapp.com/booking"

0 commit comments

Comments
 (0)