diff --git a/backend/.env b/backend/.env index 360866b0c..52572b8e6 100644 --- a/backend/.env +++ b/backend/.env @@ -1,7 +1,7 @@ -#DATABASE = "mongodb://localhost:27017" +DATABASE = "mongodb://localhost:27017/idurar" #RESEND_API = "your resend_api" #OPENAI_API_KEY = "your open_ai api key" -JWT_SECRET= "your_private_jwt_secret_key" +JWT_SECRET= "idurar123" NODE_ENV = "production" OPENSSL_CONF='/dev/null' PUBLIC_SERVER_FILE="http://localhost:8888/" diff --git a/frontend/src/components/CreateForm/index.jsx b/frontend/src/components/CreateForm/index.jsx index 7cf949540..4b27ed9d1 100644 --- a/frontend/src/components/CreateForm/index.jsx +++ b/frontend/src/components/CreateForm/index.jsx @@ -46,7 +46,7 @@ export default function CreateForm({ config, formElements, withUpload = false }) return ( -
+ {formElements}