moonsflyer 10 months ago
parent
commit
38dcae106c
3 changed files with 21 additions and 9 deletions
  1. 21 0
      .env
  2. 0 9
      .gitignore
  3. 0 0
      config/install.lock

+ 21 - 0
.env

@@ -0,0 +1,21 @@
+APP_DEBUG = "1"
+[APP]
+DEFAULT_TIMEZONE = "Asia/Shanghai"
+
+[DATABASE]
+TYPE = "mysql"
+HOSTNAME = "127.0.0.1"
+DATABASE = "like_moonsflyer"
+USERNAME = "like_moonsflyer"
+PASSWORD = "SB9kMkH3CSfZyxKY"
+HOSTPORT = "3306"
+CHARSET = "utf8mb4"
+DEBUG = "1"
+PREFIX = "la_"
+
+[LANG]
+default_lang = "zh-cn"
+
+[PROJECT]
+UNIQUE_IDENTIFICATION = "b4e8"
+DEMO_ENV = ""

+ 0 - 9
.gitignore

@@ -1,9 +0,0 @@
-/.idea
-/.vscode
-*.log
-/.env
-/public/uploads/*
-!/public/uploads/index.html
-/runtime/*
-!/runtime/index.html
-/config/install.lock

+ 0 - 0
config/install.lock