diff options
author | erg_samowzbudnik <uinarf@autistici.org> | 2021-06-01 15:11:52 +0200 |
---|---|---|
committer | erg_samowzbudnik <uinarf@autistici.org> | 2021-06-01 15:11:52 +0200 |
commit | a2a05d9e9d9245be4c6e4e9c70334b8ac5fc299b (patch) | |
tree | b44a805bfcff41d82c8cfc19cb2e92cc4af1b56d /settings_client.cfg | |
download | RPGH-a2a05d9e9d9245be4c6e4e9c70334b8ac5fc299b.tar.gz RPGH-a2a05d9e9d9245be4c6e4e9c70334b8ac5fc299b.tar.bz2 RPGH-a2a05d9e9d9245be4c6e4e9c70334b8ac5fc299b.zip |
Initial commit of a beta version.
Diffstat (limited to 'settings_client.cfg')
-rw-r--r-- | settings_client.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings_client.cfg b/settings_client.cfg new file mode 100644 index 0000000..51a728f --- /dev/null +++ b/settings_client.cfg @@ -0,0 +1,5 @@ +[mysql] +host = yourip +user = youruser +password = yourpassword +database = yourdatabase |