From 73dad4cb6b65e1b49e05120f861d5796bd7b16d9 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 28 Apr 2020 16:53:35 +0200 Subject: [PATCH] Add syntax highlighting to GUIDE.md (#10) I enabled Syntax Highlighting in GUIDE.md for better readability --- GUIDE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 8763768..9cf2a05 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -31,7 +31,7 @@ Before continuing, please be sure to have the latest version of Docker installed 3. Configure an environment file for Shynet. (For example, create a file called `.env`.) Be sure to swap out the variables below with the correct values for your setup. (The comments refer to the lines that follow. Note that Docker is weird with quotes, so it tends to be better to omit them from your env file.) -``` +```properties # Database DB_NAME= DB_USER= @@ -58,7 +58,7 @@ SCRIPT_USE_HTTPS=True For more advanced deployments, you may consider adding the following settings to your environment file. **The following settings are optional, and not required for simple deployments.** -```env +```properties # Email settings EMAIL_HOST_USER= EMAIL_HOST_PASSWORD= @@ -129,7 +129,7 @@ If you are going to be running Shynet through a reverse proxy, please use the [B 8. Configure an environment file for Shynet. (For example, create a file called `.env`.) Be sure to swap out the variables below with the correct values for your setup. (The comments refer to the lines that follow. Note that Docker is weird with quotes, so it tends to be better to omit them from your env file.) -``` +```properties # Database DB_NAME= DB_USER= @@ -156,7 +156,7 @@ SCRIPT_USE_HTTPS=True For more advanced deployments, you may consider adding the following settings to your environment file. **The following settings are optional, and not required for simple deployments.** -```env +```properties # Email settings EMAIL_HOST_USER= EMAIL_HOST_PASSWORD= @@ -196,4 +196,4 @@ ONLY_SUPERUSERS_CREATE=False --- -**Next steps:** while out of the scope of this short guide, next steps include setting up Shynet behind a reverse proxy (be it your own [Nginx server](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) or [Cloudflare](https://cloudflare.com)), making it run in the background, and integrating it on your sites. Integration instructions are available on each service's management page. \ No newline at end of file +**Next steps:** while out of the scope of this short guide, next steps include setting up Shynet behind a reverse proxy (be it your own [Nginx server](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) or [Cloudflare](https://cloudflare.com)), making it run in the background, and integrating it on your sites. Integration instructions are available on each service's management page.