Skip to content

Commit

Permalink
Merge pull request #60 from davidhellmann/dev/craft-vite
Browse files Browse the repository at this point in the history
Release: 4.0.1
  • Loading branch information
davidhellmann authored May 12, 2022
2 parents 16a4ed1 + 5679ade commit edcc857
Show file tree
Hide file tree
Showing 15 changed files with 2,199 additions and 168 deletions.
22 changes: 11 additions & 11 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ HARD_MODE=1
ENABLE_TEMPLATE_CACHING=0
ENABLE_BLITZ_CACHING=0
ENABLE_GQL_CACHING=0
ENVIRONMENT=local
CRAFT_ENVIRONMENT=dev
IS_SYSTEM_LIVE=1
RUN_QUEUE_AUTOMATICALLY=1
SECURITY_KEY=__RANDOM__KEY__
CRAFT_SECURITY_KEY=__RANDOM__KEY__
SITE_NAME=__SITE_NAME__
FALLBACK_IMAGE=/assets/templateImages/placeholder.png
# MOCK_IMAGE=/assets/templateImages/placeholder.png
Expand All @@ -20,14 +20,14 @@ [email protected]
LOCAL_DEV_PERFORMANCE=0

# Craft database settings
DB_DRIVER=mysql
DB_SERVER=localhost
DB_PORT=3308
DB_USER=__DATABASE_USER__
DB_PASSWORD=__DATABASE_PASSWORD__
DB_DATABASE=__DATABASE_NAME__
DB_SCHEMA=public
DB_TABLE_PREFIX=
CRAFT_DB_DRIVER=mysql
CRAFT_DB_SERVER=localhost
CRAFT_DB_PORT=3308
CRAFT_DB_USER=__DATABASE_USER__
CRAFT_DB_PASSWORD=__DATABASE_PASSWORD__
CRAFT_DB_DATABASE=__DATABASE_NAME__
CRAFT_DB_SCHEMA=public
CRAFT_DB_TABLE_PREFIX=

# URL & path settings
ASSETS_URL=http://__PROJECT_URL__.test/assets
Expand All @@ -39,7 +39,7 @@ VITE_DEV_SERVER_PUBLIC=http://localhost:3000/
VITE_DEV_SERVER_INTERNAL=http://localhost:3000/

# Redis settings
APP_ID=__PROJECT_NAME__
CRAFT_APP_ID=__PROJECT_NAME__
REDIS_HOSTNAME=127.0.0.1
REDIS_PORT=6380
REDIS_DEFAULT_DB=0
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"modules\\sitemodule\\": "modules/sitemodule/"
}
},
"minimum-stability": "alpha",
"minimum-stability": "dev",
"prefer-stable" : true,
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
Expand Down
Loading

0 comments on commit edcc857

Please sign in to comment.