diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..35049cb --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +xtask = "run --package xtask --" diff --git a/.env.example b/.env.example index e2c1698..b005781 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,10 @@ DB_URL= # JDBC URL DB_USER= DB_PASSWORD= +# JWT secret key +JWT_SECRET_KEY= +JWT_EXPIRATION_TIME= + # Minio S3 section MINIO_ACCESS_KEY= MINIO_SECRET_KEY= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2b27177..7a71f4b 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ out/ ### node-modules ### **/node_modules/ + +### target ### +/target \ No newline at end of file diff --git a/.run/start frontend (dev).run.xml b/.run/start frontend (dev).run.xml deleted file mode 100644 index b1e563c..0000000 --- a/.run/start frontend (dev).run.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -