From 5f502123f7dd4fe0ea84f78529a125ca54ff058c Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Thu, 4 Apr 2019 18:49:24 +1300 Subject: [PATCH] Rename .env.example => .env.dist Since it sounds a more appropriate name :) --- README.md | 2 +- Server/config/{.env.example => .env.dist} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Server/config/{.env.example => .env.dist} (100%) diff --git a/README.md b/README.md index 1be1789..26c1857 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,5 @@ You can always contact me at *hi {{AT}} ph7 [[D0T]] me*! ## Setting Up 1. Run `composer install` to install the project's dependencies. -2. In `~/Server/config/`, rename `.env.example` to `.env` and edit the details and set a secure SECURITY_HASH in there. +2. In `~/Server/config/`, rename `.env.dist` to `.env` and edit the details and set a secure SECURITY_HASH in there. 3. Start a local development server `php -S 127.0.0.1:8080` diff --git a/Server/config/.env.example b/Server/config/.env.dist similarity index 100% rename from Server/config/.env.example rename to Server/config/.env.dist