secret
This commit is contained in:
parent
e4879ef639
commit
b7590b8ca2
2
.env
2
.env
@ -1,7 +1,7 @@
|
||||
# S3 data storage
|
||||
S3_BUCKET_NAME="flockstr"
|
||||
MY_AWS_ACCESS_KEY="AKIAT2UDOJMC6K25RFFN"
|
||||
MY_AWS_SECRET_KEY="uCZVvFXTKv5fDX5gh+Wno5EH68ekVPPAClOsWULa"
|
||||
MY_AWS_SECRET_KEY="secret"
|
||||
REGION="us-east-1"
|
||||
S3_BUCKET_URL="https://flockstr.s3.amazonaws.com"
|
||||
NEXT_PUBLIC_S3_BUCKET_URL="https://flockstr.s3.amazonaws.com"
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,6 +26,7 @@ yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env*.local
|
||||
# .env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
@ -58,11 +58,6 @@ export default function ShortTextNoteModal() {
|
||||
type: "text-area",
|
||||
slug: "content",
|
||||
},
|
||||
{
|
||||
label: "Image",
|
||||
type: "input",
|
||||
slug: "image",
|
||||
},
|
||||
{
|
||||
label: "Add to list",
|
||||
type: "select-search",
|
||||
|
Loading…
x
Reference in New Issue
Block a user