Created
May 18, 2020 12:02
-
-
Save artistro08/d04f416e30e71bc06e9fb404ef63c73b to your computer and use it in GitHub Desktop.
OctoberCMS Setup via OC Bootstrapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 protected] | |
driver: log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment