First commit
This commit is contained in:
9
backend/.env.example
Normal file
9
backend/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
MYSQL_DATABASE=alai
|
||||
MYSQL_ROOT_PASSWORD=rootpass
|
||||
MYSQL_USER=user
|
||||
MYSQL_PASSWORD=pass
|
||||
MYSQL_HOST=%
|
||||
MYSQL_HOST_IP=localhost
|
||||
MYSQL_PORT=3306
|
||||
JWT_SECRET=supersecretkey
|
||||
ADMIN_PASSWORD=adminpass
|
Reference in New Issue
Block a user