Updated Install Tracks on Ubuntu 20.10 (markdown)

ghost-from-the-past 2021-04-14 15:22:34 +02:00
parent 8debb4a420
commit c64d279473

@ -139,11 +139,11 @@
<blockquote>
production:<br/>
adapter: mysql2<br/>
database: ``tempe``<br/>
database: *tempe*<br/>
encoding : utf8<br/>
host: localhost<br/>
username: `daniel`<br/>
password: ``DANIEL``<br/>
username: *daniel*<br/>
password: *DANIEL*<br/>
</blockquote>
<p>if you use sqlite</p>
<blockquote>
@ -160,9 +160,9 @@ production:<br/>
</blockquote>
<p>Choose a new secret token and set the correct time zone</p>
<blockquote>
secret_token: '`change-me`'<br/>
time_zone: '`UTC`'<br/>
admin_email : `my.email@domain.com`<br/>
secret_token: '*change-me*'<br/>
time_zone: '*UTC*'<br/>
admin_email : *my.email@domain.com*<br/>
</blockquote>
<p>
<br/>