-
Notifications
You must be signed in to change notification settings - Fork 6
Feat/core #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MicaelMnl
wants to merge
10
commits into
Linkvalue:master
Choose a base branch
from
MicaelMnl:feat/core
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/core #105
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
058f0d2
feat(docker): add docker
MicaelMnl 076abda
feat(env): add env vars
MicaelMnl 47ca00e
feat(assets): update assets dependencies and webpack config
MicaelMnl cf574eb
feat(core): upgrade symfony 3.3 => 3.4
MicaelMnl 923d9c3
feat(git): ignore .data docker volume and .env file
MicaelMnl 218c17e
feat(doc): update doc
MicaelMnl b4f3aee
chore(core): clean repo
MicaelMnl b52a3df
feat(travis): remove support php 5.6 and 7.0
MicaelMnl 91f2412
feat(heroku): add heroku config
MicaelMnl df3e7ac
refacto(travis): refacto travis ci
MicaelMnl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # symfony/framework-bundle | ||
| APP_ENV=dev | ||
| URL=local.appbuild.com | ||
| DB_URL=mysql://appbuild_usr:appbuild_pwd@local.appbuild-db.com/appbuild_db | ||
| SYMFONY_SECRET=ThisTokenIsNotSoSecretChangeIt | ||
| # Supported values are 'en' and 'fr' | ||
| DEFAULT_LOCALE=en | ||
| # Timezone to use when displaying dates (either on backoffice or API) | ||
| TIMEZONE=UTC | ||
Oliboy50 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| # Symfony session path (set this to '/tmp/sessions' for example if you encounter some issues in dev environment) | ||
| SESSION_SAVE_PATH=%kernel.project_dir%/var/sessions/%kernel.environment% | ||
Oliboy50 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| # Path to the directory where builds file will be stored | ||
| BUILDS_APPLICATION_DIR=%kernel.project_dir%/var/build_files | ||
Oliboy50 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| # symfony/swiftmailer-bundle | ||
| MAILER_TRANSPORT=smtp | ||
| MAILER_HOST=127.0.0.1 | ||
| MAILER_USER=null | ||
| MAILER_PASSWORD=null | ||
| # webpack-dev-server (to watch assets modification in development environment) | ||
| WEBPACK_DEV_SERVER_BASE_URL=http://local.appbuild.com:8080 | ||
| # JWT parameters for API authentication | ||
| JWT_PRIVATE_KEY_PATH=%kernel.project_dir%/var/jwt/private.pem | ||
Oliboy50 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| JWT_PUBLIC_KEY_PATH=%kernel.project_dir%/var/jwt/public.pem | ||
| JWT_KEY_PASS_PHRASE=Appbuild | ||
| # Approximately one year | ||
| JWT_TOKEN_TTL=31536000 | ||
Oliboy50 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| web: $(composer config bin-dir)/heroku-php-nginx -C nginx_app.conf web/ |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.