Initial import
This commit is contained in:
commit
09f0b0672d
64 changed files with 3735 additions and 0 deletions
33
config.yaml.example
Normal file
33
config.yaml.example
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
# Supports any backend supported by SQLAlchemy, but you may need additional
|
||||
# packages installed if you're not using SQLite.
|
||||
SQLALCHEMY_DATABASE_URI: sqlite:///example.db
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS: true
|
||||
|
||||
# You can just put whatever here, but you should change it!
|
||||
SECRET_KEY: iechaj0mun6beih3rooga0mei7eo0iwoal1eeweN
|
||||
|
||||
# This directory must exist and be writable by the user running the portal.
|
||||
TERRAFORM_DIRECTORY: /home/bc/terraform
|
||||
|
||||
# AWS (CloudFront)
|
||||
AWS_ACCESS_KEY: accesskeygoeshere
|
||||
AWS_SECRET_KEY: accesssecretgoeshere
|
||||
|
||||
# Azure
|
||||
AZURE_RESOURCE_GROUP_NAME: namegoeshere
|
||||
AZURE_STORAGE_ACCOUNT_NAME: namegoeshere
|
||||
AZURE_LOCATION: westcentralus
|
||||
AZURE_SUBSCRIPTION_ID: subscriptionuuid
|
||||
AZURE_TENANT_ID: tenantuuid
|
||||
AZURE_CLIENT_ID: clientuuid
|
||||
AZURE_CLIENT_SECRET: clientsecretgoeshere
|
||||
|
||||
# GitHub
|
||||
GITHUB_ORGANIZATION: exampleorg
|
||||
GITHUB_REPOSITORY: example-repo
|
||||
GITHUB_API_KEY: keygoeshere
|
||||
GITHUB_FILE_V2: mirrorSites.json
|
||||
|
||||
# Hetzner Cloud
|
||||
HCLOUD_TOKEN: tokengoeshere
|
Loading…
Add table
Add a link
Reference in a new issue