-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
1,529 additions
and
851 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,36 +4,32 @@ ENVIRONMENT="dev" | |
# The secure key Craft will use for hashing and encrypting data | ||
SECURITY_KEY="" | ||
|
||
# The database driver that will be used ('mysql' or 'pgsql') | ||
DB_DRIVER="mysql" | ||
|
||
# The database server name or IP address (usually this is 'localhost' or '127.0.0.1') | ||
DB_SERVER="localhost" | ||
# The Data Source Name (“DSN”) that tells Craft how to connect to the database | ||
DB_DSN="" | ||
|
||
# The database username to connect with | ||
DB_USER="root" | ||
|
||
# The database password to connect with | ||
DB_PASSWORD="" | ||
|
||
# The name of the database to select | ||
DB_DATABASE="" | ||
|
||
# The database schema that will be used (PostgreSQL only) | ||
DB_SCHEMA="public" | ||
DB_SCHEMA="" | ||
|
||
# The prefix that should be added to generated table names (only necessary if multiple things are sharing the same database) | ||
DB_TABLE_PREFIX="" | ||
|
||
# The port to connect to the database with. Will default to 5432 for PostgreSQL and 3306 for MySQL. | ||
DB_PORT="" | ||
# System name | ||
SYSTEM_NAME="Craft Starter" | ||
|
||
# Sites Settings | ||
# Sites settings | ||
DEFAULT_SITE_URL="http://craft-starter.test" | ||
|
||
# General settings | ||
SYSTEM_NAME="Craft Starter" | ||
|
||
# Email Settings | ||
SYSTEM_EMAIL_ADDRESS="[email protected]" | ||
# Email settings | ||
SYSTEM_EMAIL_ADDRESS="[email protected]" | ||
REPLY_TO_ADDRESS="[email protected]" | ||
SENDER_NAME="Craft Starter" | ||
|
||
# Assets | ||
ASSETS_BASE_URL="http://craft-starter.test/assets" | ||
ASSETS_FILE_SYSTEM_PATH="/home/vagrant/sites/craft-starter/web" |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.