Update leantime.xml

70e6a01dd0
This commit is contained in:
A75G 2020-05-12 19:31:08 +03:00
parent a25023afb7
commit b7aff26753

View file

@ -19,8 +19,8 @@
<DonateLink/>
<Description>Leantime is an open source project management system for small teams and startups. [br]First run go to http://leantime:port/install</Description>
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="DB_HOST" Target="DB_HOST" Default="Hostname or IP" Mode="" Description="Database Hostname or IP" Type="Variable" Display="always" Required="true" Mask="false">Hostname or IP</Config>
<Config Name="MYSQL_USER" Target="MYSQL_USER" Default="root" Mode="" Description="MYSQL_USER" Type="Variable" Display="always" Required="true" Mask="false">root</Config>
<Config Name="MYSQL_PASSWORD" Target="MYSQL_PASSWORD" Default="password" Mode="" Description="MYSQL_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">password</Config>
<Config Name="MYSQL_DATABASE" Target="MYSQL_DATABASE" Default="leantime" Mode="" Description="MYSQL_DATABASE" Type="Variable" Display="always" Required="true" Mask="false">leantime</Config>
<Config Name="LEAN_DB_HOST" Target="LEAN_DB_HOST" Default="Hostname or IP" Mode="" Description="LEAN_DB_HOST" Type="Variable" Display="always" Required="true" Mask="false">Hostname or IP</Config>
<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>
</Container>