Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Add credentials.yml file #2

Merged
merged 1 commit into from
Oct 8, 2020
Merged
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
18 changes: 18 additions & 0 deletions kedro-exercises/spaceflight/conf/base/credentials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

# Here you can define credentials for different data sets and environment.
#
# THIS FILE MUST BE PLACED IN `conf/local`. DO NOT PUSH THIS FILE TO GitHub.
#
# Example:
#
# dev_s3:
# aws_access_key_id: token
# aws_secret_access_key: key
#
# prod_s3:
# aws_access_key_id: token
# aws_secret_access_key: key
#
# dev_sql:
# username: admin
# password: admin