diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-17 17:13:41 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-17 17:13:41 -0600 |
commit | 0b045d57b2164b5ce003955d79627ae506a153eb (patch) | |
tree | 87caa1a7c232140313ed5eec8ba8ef88409fab83 /config.example.ini | |
parent | e0cbb459e043e931d7ab2d27744b4f3dbb90c0ca (diff) |
Change location of config file
The config has been moved inside the project dir and .gitignored.
This makes the project work on Windows because Windows does not have
a /var directory.
Diffstat (limited to 'config.example.ini')
-rw-r--r-- | config.example.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.example.ini b/config.example.ini new file mode 100644 index 0000000..c587a63 --- /dev/null +++ b/config.example.ini @@ -0,0 +1,5 @@ +[mysql_credentials] +server = "" +database = "" +user = "" +password = ""
\ No newline at end of file |