Add server .env

This commit is contained in:
Marko Korhonen 2020-04-11 18:09:14 +03:00
parent 36c58a89f7
commit 98a2c8d582
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 9 additions and 1 deletions

9
project/server/.env Normal file
View file

@ -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

View file

@ -1,2 +1 @@
target/
.env