diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-01-29 17:05:13 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-01-29 17:05:13 -0500 |
commit | 7a903d26e61c3e20ca4b0a67ac856dac2a285f1e (patch) | |
tree | 3fb33f3a67795e88196fbab9baaf34612db27576 /Dichroism.toml | |
parent | f8af6ebd5b237b34d1db123f32d714f78fa568ce (diff) | |
download | theglassyladies-7a903d26e61c3e20ca4b0a67ac856dac2a285f1e.tar.xz theglassyladies-7a903d26e61c3e20ca4b0a67ac856dac2a285f1e.zip |
added config for glassy ladies, updated Bastillefile
Diffstat (limited to 'Dichroism.toml')
-rw-r--r-- | Dichroism.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Dichroism.toml b/Dichroism.toml new file mode 100644 index 0000000..9b4c5d5 --- /dev/null +++ b/Dichroism.toml @@ -0,0 +1,4 @@ +db_url = "/var/db/gl/gl.db" +bind_addr = "127.0.0.1:9876" +img_root = "/var/db/gl/images" + |