m-haisham / novelsave

This is a tool to download and convert novels from popular sites to e-books.
Apache License 2.0
36 stars 7 forks source link

ENV file missing?? #65

Closed damare01 closed 2 years ago

damare01 commented 2 years ago

Describe the bug is the env file missing? or do I have to create one?

m-haisham commented 2 years ago

A .env file is currently only used qhen setting up a discord server. In which case you should set the variables in the environment.

In the normal cli mode, .env file does not serve any purpose.

m-haisham commented 2 years ago

Environmental variables usually contain sensitive information (such as discord tokens). Hence, dotenv file is mainly used in the development, and version control (git) ignores these files when committing changes.

https://github.com/mensch272/novelsave/blob/b36606ff044b08e08b79ca1940d2a6074c710602/.gitignore#L205-L206