mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
modify project name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[global]
|
||||
# Application instance name
|
||||
app_name = lab
|
||||
app_name = ezBookkeeping
|
||||
|
||||
# Either "production", "development"
|
||||
mode = production
|
||||
@@ -15,10 +15,10 @@ http_addr = 0.0.0.0
|
||||
# The http port to bind to
|
||||
http_port = 8080
|
||||
|
||||
# The domain name used to access lab
|
||||
# The domain name used to access ezBookkeeping
|
||||
domain = localhost
|
||||
|
||||
# The full url used to access lab in browser
|
||||
# The full url used to access ezBookkeeping in browser
|
||||
root_url = %(protocol)s://%(domain)s:%(http_port)s/
|
||||
|
||||
# https certification and its key file
|
||||
@@ -43,7 +43,7 @@ type = sqlite3
|
||||
|
||||
# Database connection configuration, for "mysql" and "postgres"
|
||||
host = 127.0.0.1:3306
|
||||
name = lab
|
||||
name = ezbookkeeping
|
||||
user = root
|
||||
passwd =
|
||||
|
||||
@@ -51,7 +51,7 @@ passwd =
|
||||
ssl_mode = disable
|
||||
|
||||
# For "sqlite3" only, absolute path of db file
|
||||
db_path = data/labapp.db
|
||||
db_path = data/ezbookkeeping.db
|
||||
|
||||
# Max idle connection number, default is 2
|
||||
max_idle_conn = 2
|
||||
@@ -77,7 +77,7 @@ mode = console file
|
||||
level = info
|
||||
|
||||
# For "file" only, absolute path of log file
|
||||
log_path = /var/log/labapp/lab.log
|
||||
log_path = /var/log/ezbookkeeping/ezbookkeeping.log
|
||||
|
||||
[uuid]
|
||||
# Uuid generator type, supports "internal" currently
|
||||
@@ -87,7 +87,7 @@ generator_type = internal
|
||||
server_id = 0
|
||||
|
||||
[security]
|
||||
# Used for signing, you must change it to keep your user data safe before you first run lab
|
||||
# Used for signing, you must change it to keep your user data safe before you first run ezBookkeeping
|
||||
secret_key =
|
||||
|
||||
# Set to true to enable two factor authorization
|
||||
Reference in New Issue
Block a user