We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d86646 commit 6fac511Copy full SHA for 6fac511
.env.example
@@ -2,6 +2,7 @@ APP_ENV = 'dev'
2
APP_SECRET_KEY = 'fsdfsda32@!#@zrf42c9+n4(^4mlo_@8(t'
3
APP_URL = 'http://127.0.0.1:8000'
4
ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
5
+CSRF_TRUSTED_ORIGINS = http://127.0.0.1:8000
6
7
TWITTER_CONSUMER_KEY = ''
8
TWITTER_CONSUMER_SECRET = ''
0 commit comments