diff --git a/project/server/.env b/project/server/.env new file mode 100644 index 0000000..7c9916c --- /dev/null +++ b/project/server/.env @@ -0,0 +1,9 @@ +APP_NAME=thesis +BIND=127.0.0.1 +PORT=8080 +DOMAIN=localhost +DATABASE_URL=mysql://diesel:fuel@localhost/thesis +JWT_SECRET=taiCoh4dEvoo0IefEvoo0IefaiNai7uv +SECRET=la4kuuPhSai2johyIephaa4fahm5Siey +ALLOWED_ORIGIN=localhost +COOKIE_SECURE=false diff --git a/project/server/.gitignore b/project/server/.gitignore index 14ee500..2f7896d 100644 --- a/project/server/.gitignore +++ b/project/server/.gitignore @@ -1,2 +1 @@ target/ -.env