Add password validation

This commit is contained in:
2024-04-25 22:51:37 +07:00
commit 2e2fbdf800
51 changed files with 3526 additions and 0 deletions

17
.env Normal file
View File

@ -0,0 +1,17 @@
SERVER_HOST=localhost
SERVER_PORT=8000
DOMAIN=filekeeper.fossy.my.id
CORS_PROTO=https
CORS_LIST=filekeeper.fossy.my.id:443,fossy.my.id:443
CORS_METHODS=POST,GET
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USERNAME=root
DB_PASSWORD=test123
DB_NAME=filekeeper
SESSION_NAME=Session
SESSION_MAX_AGE=604800