Skip to content

Feature/youtube api schedule #57

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_ENV=prod
APP_ENV=dev
APP_SECRET=303bdf2e8891dee499ac5367ab9a53ed
DATABASE_URL="postgresql://db_user:[email protected]:5432/db_name?serverVersion=13&charset=utf8"
MAILER_DSN=null://null
Expand All @@ -7,4 +7,7 @@ SITE_TITLE="Your Site Title"
SSL_STAGE=local
SSL_STORE=./infra/docker/dev/ssl_certs
DOMAINS="howtocodewell-local.fm -> http://webserver"
FORCE_RENEW='false'
FORCE_RENEW='false'
GOOGLE_API_KEY=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
/infra/docker/dev/ssl_certs/*
!/infra/docker/dev/ssl_certs/.gitkeep
!/infra/docker/dev/ssl_certs/.gitkeep

/data
!/data/.gitkeep
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.10",
"google/apiclient": "^2.0",
"knplabs/knp-paginator-bundle": "^5.7",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^6.1",
Expand Down
Loading