mirror of
https://github.com/rjNemo/go-wiki
synced 2026-06-10 20:46:44 +00:00
7 lines
209 B
Go
7 lines
209 B
Go
package settings
|
|
|
|
// EnvFile must be set to the address of the main .env file.
|
|
const EnvFile string = ".env"
|
|
|
|
// TmplDir must be set to the address of the templates folder.
|
|
const TmplDir string = "templates/"
|