init
This commit is contained in:
19
auth/config_nas.php
Normal file
19
auth/config_nas.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"db" => [
|
||||
"host" => "127.0.0.1",
|
||||
"port" => 3306,
|
||||
"user" => "root",
|
||||
"password" => "",
|
||||
"name" => "auth_db",
|
||||
],
|
||||
"rate_limit" => [
|
||||
"window_seconds" => 300,
|
||||
"max_attempts" => 10,
|
||||
],
|
||||
"logging" => [
|
||||
"dir" => __DIR__ . "/logs",
|
||||
"file" => __DIR__ . "/logs/auth.log",
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user