Skip to content

Commit 6fac511

Browse files
committed
update env example
1 parent 9d86646 commit 6fac511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ APP_ENV = 'dev'
22
APP_SECRET_KEY = 'fsdfsda32@!#@zrf42c9+n4(^4mlo_@8(t'
33
APP_URL = 'http://127.0.0.1:8000'
44
ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
5+
CSRF_TRUSTED_ORIGINS = http://127.0.0.1:8000
56

67
TWITTER_CONSUMER_KEY = ''
78
TWITTER_CONSUMER_SECRET = ''

0 commit comments

Comments
 (0)