diff options
author | alyx <alyx@aleteoryx.me> | 2023-08-09 15:56:15 -0400 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-08-09 15:56:15 -0400 |
commit | 70029b0ba7593c069632be9f434b0fa9e2b80417 (patch) | |
tree | fac731e7807a70ee813942bf4b0bdbbcd885ef23 | |
parent | 5fd77ff702c214415390b145144c5d15331bc5bb (diff) | |
download | lfm_embed-70029b0ba7593c069632be9f434b0fa9e2b80417.tar.gz lfm_embed-70029b0ba7593c069632be9f434b0fa9e2b80417.tar.bz2 lfm_embed-70029b0ba7593c069632be9f434b0fa9e2b80417.zip |
fix highlighting
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Read the docs for more info. If set, logs will be written to the specified file. Otherwise, logs are written to `stderr`. ## Example Configuration -```dotenv +```ini LFME_API_KEY=0123456789abcdef0123456789abcdef LFME_LOG_LEVEL=error LFME_PORT=3000 |