Commit e0e99a

2024-10-15 17:11:55 Hargata Softworks: x
installation/getting started.md ..
@@ 6,19 6,9 @@
[Youtube Tutorial](https://www.youtube.com/playlist?list=PL2aZOA2wNP8tn-Py-XTF-B6nfx8l-4SwA)
You will then clone the following files onto your computer from the repository
- - .env
- docker-compose.yml(docker-compose-traefik.yml if using Traefik)
- In the .env file you will find the following and here are the explanations for the variables.
- ```
- LC_ALL=en_US.UTF-8 <- Locale and Language Settings, this will affect how numbers, currencies, and dates are formatted.
- LANG=en_US.UTF-8 <- Same as above. Note that some languages don't have UTF-8 encodings.
- MailConfig__EmailServer="" <- Email SMTP settings used only for configuring multiple users(to send their registration token and forgot password tokens)
- MailConfig__EmailFrom="" <- Same as above.
- MailConfig__Port=587 <- Same as above.
- MailConfig__Username="" <- Same as above.
- MailConfig__Password="" <- Same as above.
- ```
+ Create a file named `.env` and use the [LubeLogger Configurator](https://lubelogger.com/configure) to generate the contents for it.
See [[Environment Variables|Advanced/Environment Variables]] for additional configuration
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9