diff options
| author | Jon duSaint | 2022-11-27 11:25:11 -0800 |
|---|---|---|
| committer | Jon duSaint | 2022-11-27 11:25:11 -0800 |
| commit | 254e41ba237796ce1ad6bf670aebf1b92eed98be (patch) | |
| tree | 1be7770ddf0e78a7e262535f7e5dd47bb9b73575 /etc/sqlgrey | |
| parent | a49cb4da526c86385e942323e069a8e978d0cf4c (diff) | |
Diffstat (limited to 'etc/sqlgrey')
| -rw-r--r-- | etc/sqlgrey/clients_fqdn_whitelist.local | 4 | ||||
| -rw-r--r-- | etc/sqlgrey/sqlgrey.conf | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/etc/sqlgrey/clients_fqdn_whitelist.local b/etc/sqlgrey/clients_fqdn_whitelist.local new file mode 100644 index 0000000..8b695ee --- /dev/null +++ b/etc/sqlgrey/clients_fqdn_whitelist.local @@ -0,0 +1,4 @@ +# 2022-08-20 Fine Homebuilding "forgot password" +subscriptionconfirmation.com +# 2022-09-12 Sends from IP without hostname +att-mail.com diff --git a/etc/sqlgrey/sqlgrey.conf b/etc/sqlgrey/sqlgrey.conf new file mode 100644 index 0000000..eb73182 --- /dev/null +++ b/etc/sqlgrey/sqlgrey.conf @@ -0,0 +1,14 @@ +######################### +## SQLgrey config file ## +######################### + +user = _sqlgrey +group = _sqlgrey + +db_type = mysql +db_name = sqlgrey +db_host = localhost +db_port = default +db_user = sqlgrey +db_pass = <PASSWORD GOES HERE> +db_dsn = DBI:mysql:database=sqlgrey;host=localhost;mysql_socket=/var/www/var/run/mysql/mysql.sock |
