Skip to content

Commit 9c3503a

Browse files
committed
.env does not need to be a shell script
1 parent 417b05a commit 9c3503a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pythonkc_site/.env.example

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#!/bin/bash
2-
export MEETUP_API_KEY='your-meetup-api-key-here'
3-
export DJANGO_SECRET_KEY='django-secret-key-here'
1+
MEETUP_API_KEY='your-meetup-api-key-here'
2+
DJANGO_SECRET_KEY='django-secret-key-here'

0 commit comments

Comments
 (0)