added example config
This commit is contained in:
parent
9f1d71dc18
commit
3ae5bce930
2 changed files with 11 additions and 3 deletions
|
@ -71,7 +71,7 @@
|
||||||
<workItem from="1601888004249" duration="2583000" />
|
<workItem from="1601888004249" duration="2583000" />
|
||||||
<workItem from="1602322762276" duration="291000" />
|
<workItem from="1602322762276" duration="291000" />
|
||||||
<workItem from="1602599132329" duration="313000" />
|
<workItem from="1602599132329" duration="313000" />
|
||||||
<workItem from="1602599911536" duration="1904000" />
|
<workItem from="1602599911536" duration="2008000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
@ -115,10 +115,10 @@
|
||||||
<screen x="0" y="0" width="1920" height="1160" />
|
<screen x="0" y="0" width="1920" height="1160" />
|
||||||
</state>
|
</state>
|
||||||
<state x="740" y="335" key="FileChooserDialogImpl/0.0.1920.1160/-1920.0.1920.1040@0.0.1920.1160" timestamp="1601739374278" />
|
<state x="740" y="335" key="FileChooserDialogImpl/0.0.1920.1160/-1920.0.1920.1040@0.0.1920.1160" timestamp="1601739374278" />
|
||||||
<state x="794" y="503" key="NewPhpFileDialog" timestamp="1601888090691">
|
<state x="794" y="503" key="NewPhpFileDialog" timestamp="1602601925462">
|
||||||
<screen x="0" y="0" width="1920" height="1160" />
|
<screen x="0" y="0" width="1920" height="1160" />
|
||||||
</state>
|
</state>
|
||||||
<state x="794" y="503" key="NewPhpFileDialog/0.0.1920.1160/-1920.0.1920.1040@0.0.1920.1160" timestamp="1601888090691" />
|
<state x="794" y="503" key="NewPhpFileDialog/0.0.1920.1160/-1920.0.1920.1040@0.0.1920.1160" timestamp="1602601925462" />
|
||||||
<state x="461" y="225" key="SettingsEditor" timestamp="1601754679273">
|
<state x="461" y="225" key="SettingsEditor" timestamp="1601754679273">
|
||||||
<screen x="0" y="0" width="1920" height="1160" />
|
<screen x="0" y="0" width="1920" height="1160" />
|
||||||
</state>
|
</state>
|
||||||
|
|
8
internal/config.example.php
Normal file
8
internal/config.example.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
$mysqlServer = "127.0.0.1";
|
||||||
|
$mysqlUser = "";
|
||||||
|
$mysqlPassword = "";
|
||||||
|
$mysqlDatabase = "";
|
||||||
|
|
||||||
|
$footerMaxPost = 5;
|
||||||
|
$homeMaxPost = 3;
|
Loading…
Reference in a new issue