Update leantime.xml

This commit is contained in:
A75G 2020-06-03 14:58:24 +03:00
parent d7603886a7
commit 7a8e455515

View file

@ -19,4 +19,5 @@
<Config Name="LEAN_DB_USER" Target="LEAN_DB_USER" Default="root" Mode="" Description="LEAN_DB_USER" Type="Variable" Display="always" Required="true" Mask="false">root</Config>
<Config Name="LEAN_DB_PASSWORD" Target="LEAN_DB_PASSWORD" Default="password" Mode="" Description="LEAN_DB_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">password</Config>
<Config Name="LEAN_DB_DATABASE" Target="LEAN_DB_DATABASE" Default="leantime" Mode="" Description="LEAN_DB_DATABASE" Type="Variable" Display="always" Required="true" Mask="false">leantime</Config>
<Config Name="LEAN_APP_URL" Target="LEAN_APP_URL" Default="http://192.168.0.100:8000" Mode="" Description="Define the url can be http://192.168.0.100:8000 or https://leantime.example.com" Type="Variable" Display="always" Required="true" Mask="false">http://192.168.0.100:8000</Config>
</Container>