Skip to content

Instantly share code, notes, and snippets.

@artistro08
Created May 18, 2020 12:02
Show Gist options
  • Save artistro08/d04f416e30e71bc06e9fb404ef63c73b to your computer and use it in GitHub Desktop.
Save artistro08/d04f416e30e71bc06e9fb404ef63c73b to your computer and use it in GitHub Desktop.
OctoberCMS Setup via OC Bootstrapper
app:
url: https://fcskc-website.test
locale: en
debug: true
cms:
theme: fcskc-website
edgeUpdates: false
disableCoreUpdates: false
enableSafeMode: false
project: #your project id from the marketplace
database:
connection: mysql
host: localhost
port: 3306
username: root
password: zuki-kama82
database: fcskc-website
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:
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