Skip to content

Instantly share code, notes, and snippets.

@artistro08
Last active September 17, 2020 15:22
Show Gist options
  • Save artistro08/c7945056373d62831bc76660f2dbf114 to your computer and use it in GitHub Desktop.
Save artistro08/c7945056373d62831bc76660f2dbf114 to your computer and use it in GitHub Desktop.
OctoberCMS Init
app:
url: http://example.test
locale: en
debug: true
cms:
theme: theme-name #no Spaces. dashes only
edgeUpdates: false
disableCoreUpdates: false
enableSafeMode: false
project: 1234567890ABCDEFG
database:
connection: mysql
host: localhost
port: 3306
username: root
password: password
database: database
git:
deployment: false
bareRepo: false # Exclude everything except themes and custom plugins in git
excludePlugins: false # Even exclude plugins from your repo. Private plugins will be
# checkout out again during each "install" run. Be careful!
# Manual changes to these plugins will be overwritten.
plugins:
- anandpatel.wysiwygeditors
- indikator.backend
- inetis.dump
- janvince.smallrecords
- martin.forms
- offline.responsiveimages
- october.drivers
- rainlab.blog
- rainlab.pages
- samuell.contenteditor
- toughdeveloper.imageresizer
- vdlp.redirect
- vojtasvoboda.twigextensions
- offline.speedy
mail:
host: smtp.mailgun.org
name: User Name
address: email@example.com
driver: log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment