Skip to content

Commit

Permalink
added configuration docs & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 3, 2018
1 parent ae415eb commit aa9ea2c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

### dev

- replaced `dmstr/yii2-cms-dev-metapackage` with `dev-dependencies` in `compsoer.json`

### 5.1.0-rc3

- updated base images
41 changes: 41 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Configuration

## Environment variables

- `AMAZON_S3_BUCKET_NAME`
- `AMAZON_S3_BUCKET_PUBLIC_KEY`
- `AMAZON_S3_BUCKET_REGION`
- `AMAZON_S3_BUCKET_SECRET_KEY`
- `APP_ADMIN_EMAIL`
- `APP_ADMIN_PASSWORD`
- `APP_ASSET_DISABLE_BOOTSTRAP_BUNDLE`
- `APP_ASSET_FORCE_PUBLISH`
- `APP_ASSET_USE_BUNDLED`
- `APP_AUDIT_DISABLE_ALL_ACTIONS`
- `APP_CONFIG_FILE`
- `APP_COOKIE_VALIDATION_KEY`
- `APP_FILEFLY_DEFAULT_FILESYSTEM`
- `APP_INTERACTIVE`
- `APP_LANGUAGES`
- `APP_MAILER_HOST`
- `APP_MAILER_PASSWORD`
- `APP_MAILER_USERNAME`
- `APP_MAILER_USE_FILE_TRANSPORT`
- `APP_MIGRATION_LOOKUP`
- `APP_NAME`
- `APP_NO_CACHE`
- `APP_PRETTY_URLS`
- `APP_TITLE`
- `APP_TYPE`
- `APP_USER_ENABLE_REGISTRATION`
- `DATABASE_DSN`
- `DATABASE_PASSWORD`
- `DATABASE_TABLE_PREFIX`
- `DATABASE_USER`
- `ENV_LOCAL_FILE`
- `HOSTNAME`
- `REDIS_PORT_6379_TCP_ADDR`
- `REDIS_PORT_6379_TCP_PORT`
- `TWIG_DEBUG_MODE`
- `YII_DEBUG`
- `YII_ENV`

0 comments on commit aa9ea2c

Please sign in to comment.