From c0dc531ebefd8912819f3b6c8bda1fed3c7e750c Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 31 Jan 2024 06:11:00 +0300 Subject: make it simple, but not simpler --- config.yaml.example | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config.yaml.example (limited to 'config.yaml.example') diff --git a/config.yaml.example b/config.yaml.example new file mode 100644 index 0000000..49f88d7 --- /dev/null +++ b/config.yaml.example @@ -0,0 +1,35 @@ +domain: example.org +cookie_host: .example.org +admin_email: admin@example.org + +dev_domains: + - dev + +db: + type: 'mysql' + mysql: + host: "127.0.0.1" + user: "user" + password: "password" + database: "dbname" + # misc + log: false + log_stat: false + + +umask: 0002 +group: www-data +files_mode: 0664 +dirs_mode: 0775 + +csrf_token: "123" +password_salt: "456" + +uploads_dir: /home/user/files.example.org +uploads_host: files.example.org + +# deploy config +git_repo: git@github.com:example/example_org.git + +# runtime variables +is_dev: false \ No newline at end of file -- cgit v1.2.3