浏览代码

very tiny small tweaks

AVMG20 4 年之前
父节点
当前提交
de00a3c5d4
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      .env.example
  2. 1 1
      BUILDING.md

+ 3 - 3
.env.example

@@ -4,9 +4,6 @@ APP_KEY=
 APP_DEBUG=false
 APP_DEBUG=false
 APP_URL=http://localhost
 APP_URL=http://localhost
 
 
-LOG_CHANNEL=stack
-LOG_LEVEL=debug
-
 DB_CONNECTION=mysql
 DB_CONNECTION=mysql
 DB_HOST=127.0.0.1
 DB_HOST=127.0.0.1
 DB_PORT=3306
 DB_PORT=3306
@@ -47,6 +44,9 @@ MAIL_FROM_NAME="${APP_NAME}"
 
 
 
 
 #you can leave everything below the way it is
 #you can leave everything below the way it is
+LOG_CHANNEL=stack
+LOG_LEVEL=debug
+
 BROADCAST_DRIVER=log
 BROADCAST_DRIVER=log
 CACHE_DRIVER=file
 CACHE_DRIVER=file
 QUEUE_CONNECTION=database
 QUEUE_CONNECTION=database

+ 1 - 1
BUILDING.md

@@ -1,6 +1,6 @@
 # Building the development environment
 # Building the development environment
 
 
-cd into the project directory and run the following command: `sh bin/startdocker`
+cd into the project directory and run the following command: `sudo sh bin/startdocker.sh`
 This should start building the images and start the containers.
 This should start building the images and start the containers.
 
 
 After that you need to go into the controlpanel_php container and run some commands:
 After that you need to go into the controlpanel_php container and run some commands: