majuna/config.yaml.example

65 lines
1.7 KiB
Text
Raw Normal View History

2022-03-10 14:26:22 +00:00
---
2022-05-01 14:41:49 +01:00
############################################################################
# Base configuration. All options in this section mandatory. #
############################################################################
2022-03-10 14:26:22 +00:00
# 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
2022-05-01 14:41:49 +01:00
# This SSH key must not have a passphrase.
SSH_PRIVATE_KEY_PATH: /home/bc/.ssh/id_rsa
SSH_PUBLIC_KEY_PATH: /home/bc/.ssh/id_rsa.pub
2022-03-10 14:26:22 +00:00
# This directory must exist and be writable by the user running the portal.
TERRAFORM_DIRECTORY: /home/bc/terraform
2022-05-01 14:41:49 +01:00
############################################################################
# Provider configuration follows. You must activate at least one provider. #
############################################################################
## Amazon Web Services
#AWS_ACTIVATED: true
#AWS_ACCESS_KEY:
#AWS_SECRET_KEY:
## Azure
#AZURE_ACTIVATED: true
#AZURE_RESOURCE_GROUP_NAME:
#AZURE_STORAGE_ACCOUNT_NAME:
#AZURE_LOCATION:
#AZURE_SUBSCRIPTION_ID:
#AZURE_TENANT_ID:
#AZURE_CLIENT_ID:
#AZURE_CLIENT_SECRET:
## Fastly
#FASTLY_ACTIVATED: true
#FASTLY_API_KEY:
## GitHub
#GITHUB_ACTIVATED: true
#GITHUB_API_KEY:
2022-05-01 15:35:34 +01:00
## GitLab
#GITLAB_ACTIVATED: true
#GITLAB_TOKEN:
2022-05-01 14:41:49 +01:00
## Hetzner Cloud
#HCLOUD_ACTIVATED: true
#HCLOUD_TOKEN:
## OVH Cloud
#OVH_ACTIVATED: true
2022-05-01 15:35:34 +01:00
#OVH_OPENSTACK_USER:
#OVH_OPENSTACK_PASSWORD:
#OVH_OPENSTACK_TENANT_ID:
2022-05-01 14:41:49 +01:00
#OVH_CLOUD_APPLICATION_KEY:
#OVH_CLOUD_APPLICATION_SECRET:
#OVH_CLOUD_CONSUMER_KEY:
#OVH_CLOUD_PROJECT_SERVICE: