src.nth.io/

summaryrefslogtreecommitdiff
path: root/writefreely/templates/config.ini.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-04 12:05:24 -0500
committerLuke Hoersten <[email protected]>2021-07-04 12:05:24 -0500
commitf8aa3247303a857a07581d9e97d08347d149b4d5 (patch)
treed4e902fed13c2e7bc0544fbaec20542ab12362f1 /writefreely/templates/config.ini.j2
parent74bb4077fed1ed5927e4e0385c75d469af6debbf (diff)
Added writefreely backup.
Diffstat (limited to 'writefreely/templates/config.ini.j2')
-rw-r--r--writefreely/templates/config.ini.j271
1 files changed, 0 insertions, 71 deletions
diff --git a/writefreely/templates/config.ini.j2 b/writefreely/templates/config.ini.j2
deleted file mode 100644
index bb5fe7f..0000000
--- a/writefreely/templates/config.ini.j2
+++ /dev/null
@@ -1,71 +0,0 @@
-[server]
-hidden_host =
-port = {{writefreely_port}}
-bind = localhost
-tls_cert_path =
-tls_key_path =
-autocert = false
-templates_parent_dir =
-static_parent_dir =
-pages_parent_dir =
-keys_parent_dir =
-hash_seed =
-
-[database]
-type = sqlite3
-filename = writefreely.db
-username =
-password =
-database = writefreely
-host = localhost
-port = 3306
-
-[app]
-site_name = {{writefreely_site_name}}
-site_description =
-host = {{writefreely_url}}
-theme = write
-editor =
-disable_js = false
-webfonts = true
-landing = /read
-simple_nav = false
-wf_modesty = false
-chorus = false
-forest = false
-disable_drafts = false
-single_user = false
-open_registration = false
-min_username_len = 3
-max_blogs = 1
-federation = true
-public_stats = true
-private = false
-local_timeline = true
-user_invites = admin
-default_visibility = public
-update_checks = false
-
-[oauth.slack]
-client_id =
-client_secret =
-team_id =
-callback_proxy =
-callback_proxy_api =
-
-[oauth.writeas]
-client_id =
-client_secret =
-auth_location =
-token_location =
-inspect_location =
-callback_proxy =
-callback_proxy_api =
-
-[oauth.gitlab]
-client_id =
-client_secret =
-host =
-display_name =
-callback_proxy =
-callback_proxy_api =