Stirling-Tools / Stirling-PDF

#1 Locally hosted web application that allows you to perform various operations on PDF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running as a service .env file doesnt work properly

bert3ch opened this issue · comments

Hi,
First of all, I m not a pro,
after local installation and running as a service everything is working fine except environment file.
in the instructions, /opt/Stirling-PDF/.env is created but when I put system: enableLogin: 'true' into that env file, it doesn't ask a login.
how can it be fixed? Is environment file working just for Docker?

You should be using configs/settings.yml for those types of settings
env is for environment variables

same config also in readme.md

Hi,

Thank you for your answer. The problem was solved after changing the configs/settings.yml file. Appreciate

In the LocalRunGuide.md, under the "Running as a Service" section, it says that after creating the .env file, "you can add all variables, one variable per line." This part confused me.