diff options
author | Unknwon <u@gogs.io> | 2016-02-07 11:51:53 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-07 11:51:53 -0500 |
commit | ee53204e02f210b8c60e818aaf226869f0a6b986 (patch) | |
tree | f40c1a0000032daa99366a4bd7059c10806b2a43 /conf | |
parent | f15a2f9b25bbec130915fec5b33c7e49dc7cf57d (diff) | |
download | gitea-ee53204e02f210b8c60e818aaf226869f0a6b986.tar.gz gitea-ee53204e02f210b8c60e818aaf226869f0a6b986.zip |
Improve db path prompt when install
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 | ||||
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index 34259b77b2..d62a9e1ee0 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -91,7 +91,7 @@ USER = root PASSWD = ; For "postgres" only, either "disable", "require" or "verify-full" SSL_MODE = disable -; For "sqlite3" and "tidb" +; For "sqlite3" and "tidb", use absolute path when you start as service PATH = data/gogs.db [admin] diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 17cb8c5139..1dae71ad84 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -65,7 +65,7 @@ db_name = Database Name db_helper = Please use INNODB engine with utf8_general_ci charset for MySQL. ssl_mode = SSL Mode path = Path -sqlite_helper = The file path of SQLite3 or TiDB database. +sqlite_helper = The file path of SQLite3 or TiDB database. <br>Please use absolute path when you start as service. err_empty_db_path = SQLite3 or TiDB database path cannot be empty. err_invalid_tidb_name = TiDB database name does not allow characters "." and "-". no_admin_and_disable_registration = You cannot disable registration without creating an admin account. |