Last active
January 24, 2019 21:31
-
-
Save aelamel/117a5cdc6ee92ba81d24ea241fdaa9b3 to your computer and use it in GitHub Desktop.
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
parameters: | |
database_host: 127.0.0.1 | |
database_port: ~ | |
database_name: symfony | |
database_user: root | |
database_password: ~ | |
# You should uncomment this if you want to use pdo_sqlite | |
#database_path: '%kernel.project_dir%/var/data/data.sqlite' | |
mailer_transport: smtp | |
mailer_host: 127.0.0.1 | |
mailer_user: ~ | |
mailer_password: ~ | |
# A secret key that's used to generate certain security-related tokens | |
secret: ThisTokenIsNotSoSecretChangeIt | |
google_cloud_storage_scope: 'https://www.googleapis.com/auth/devstorage.full_control' | |
google_cloud_storage_private_key_location: '%env(GCS_PRIVATE_KEY_LOCATION)%' | |
release_notes_bucket_name: '%env(GCS_RELEASE_NOTES_BUCKET_NAME)%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment