correct reference to application config file

The page that is initially shown after starting diaspora for the first
time tells the administrator to customize ./config/app.yml.example,
which doesn't exist. The file is actually called
./config/application.yml.example.
This commit is contained in:
Ricardo 2011-07-01 20:34:56 +08:00
parent 1bbfa97e5f
commit 24e3617c66

View file

@ -112,7 +112,7 @@
<li> <li>
<h2>Configure your <abbr class="helpful" title="A Diaspora installation">pod</abbr></h2> <h2>Configure your <abbr class="helpful" title="A Diaspora installation">pod</abbr></h2>
<img src='images/icons/cog.png'/> <img src='images/icons/cog.png'/>
<p>Look at <code class="helpful" title='General pod configuration (location to upload photos, SSL certs, etc.)'>config/app.yml.example</code> and <code class="helpful" title="mySQL username/password">config/database.yml.example</code> for help.</p> <p>Look at <code class="helpful" title='General pod configuration (location to upload photos, SSL certs, etc.)'>config/application.yml.example</code> and <code class="helpful" title="mySQL username/password">config/database.yml.example</code> for help.</p>
</li> </li>
<li> <li>