diff --git a/.env.example b/.env.example index 2601333..3679d11 100644 --- a/.env.example +++ b/.env.example @@ -9,6 +9,7 @@ DB_PORT=43119 # Auth ADMIN_EMAIL=admin@example.com ADMIN_PASSWORD=replace-with-random-password +MEMBER_SESSION_SECRET=replace-with-random-password # Upload UPLOAD_DIR=/uploads diff --git a/components/comments/PostComments.vue b/components/comments/PostComments.vue new file mode 100644 index 0000000..96b7ee1 --- /dev/null +++ b/components/comments/PostComments.vue @@ -0,0 +1,305 @@ + + +