diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-12-24 14:46:48 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-12-24 14:46:48 +0100 |
| commit | b98d1ce014eb6b502601547d46fc522ed6a4b416 (patch) | |
| tree | 3c66153cbc601312853a4c0acee94433917f447e /configs | |
| parent | 5fdb7198bc73035cf5621ded8183000c3fcbbe29 (diff) | |
| download | frippy-b98d1ce014eb6b502601547d46fc522ed6a4b416.tar.gz frippy-b98d1ce014eb6b502601547d46fc522ed6a4b416.zip | |
Add mysql_url option to the toml files
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/config.toml b/configs/config.toml index 02f86fd..56e5240 100644 --- a/configs/config.toml +++ b/configs/config.toml @@ -24,5 +24,7 @@ source = "https://github.com/Mavulp/frippy" #[channel_keys] #"#frippy" = "" -#[options] +[options] #disabled_plugins = "Url" +# If no database url is set a HashMap is used +#mysql_url = "mysql://user:password@address/db" |
