diff --git a/backend/.env b/backend/.env index 2d272ec..493ce00 100644 --- a/backend/.env +++ b/backend/.env @@ -7,8 +7,8 @@ DB_SSLMODE=disable API_KEY= # JWT Configuration -JWT_SECRET=test -JWT_KEY_DIR=keys -JWT_KEY_GENERATE=true +#JWT_SECRET=test +#JWT_KEY_DIR=keys +#JWT_KEY_GENERATE=true JWT_TOKEN_DURATION=24h ENVIRONMENT=production \ No newline at end of file diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..38156aa --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1 @@ +keys \ No newline at end of file