From c64d2794730c1b820f4284a86b4a70c941ec27d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BB=BFghost-from-the-past?= Date: Wed, 14 Apr 2021 15:22:34 +0200 Subject: [PATCH] Updated Install Tracks on Ubuntu 20.10 (markdown) --- Install-Tracks-on-Ubuntu-20.10.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Install-Tracks-on-Ubuntu-20.10.md b/Install-Tracks-on-Ubuntu-20.10.md index d977cb6..ae6bf1f 100644 --- a/Install-Tracks-on-Ubuntu-20.10.md +++ b/Install-Tracks-on-Ubuntu-20.10.md @@ -139,11 +139,11 @@
production:
adapter: mysql2
- database: ``tempe``
+ database: *tempe*
encoding : utf8
host: localhost
- username: `daniel`
- password: ``DANIEL``
+ username: *daniel*
+ password: *DANIEL*

if you use sqlite

@@ -160,9 +160,9 @@ production:

Choose a new secret token and set the correct time zone

-secret_token: '`change-me`'
-time_zone: '`UTC`'
-admin_email : `my.email@domain.com`
+secret_token: '*change-me*'
+time_zone: '*UTC*'
+admin_email : *my.email@domain.com*