Add simple yew frontend
This commit is contained in:
parent
a0e8cfe5f9
commit
bbaf01dafe
26 changed files with 711 additions and 31 deletions
9
project/backend/.env
Normal file
9
project/backend/.env
Normal file
|
@ -0,0 +1,9 @@
|
|||
APP_NAME=thesis
|
||||
BIND=127.0.0.1
|
||||
PORT=3880
|
||||
DOMAIN=localhost
|
||||
DATABASE_URL=mysql://diesel:fuel@localhost/thesis
|
||||
JWT_SECRET=taiCoh4dEvoo0IefEvoo0IefaiNai7uv
|
||||
SECRET=la4kuuPhSai2johyIephaa4fahm5Siey
|
||||
ALLOWED_ORIGIN=localhost
|
||||
COOKIE_SECURE=false
|
Loading…
Add table
Add a link
Reference in a new issue