mirror of
https://github.com/cupcakearmy/morphus.git
synced 2024-12-21 23:56:27 +00:00
gitignore
This commit is contained in:
parent
3a80516401
commit
1d55be5596
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,10 +3,11 @@ dist
|
||||
assets
|
||||
*.tsbuildinfo
|
||||
data
|
||||
.vscode
|
||||
|
||||
# Configs
|
||||
morphus.*
|
||||
keyfile.json
|
||||
|
||||
# Keep
|
||||
!docker/morphus.yaml
|
||||
!docker/**/morphus.yaml
|
||||
|
11
docker/minio/morphus.yaml
Normal file
11
docker/minio/morphus.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
logLevel: warn
|
||||
|
||||
allowedDomains:
|
||||
- example.org
|
||||
|
||||
storage: minio
|
||||
minio:
|
||||
accessKey: minioadmin
|
||||
secretKey: minioadmin
|
||||
bucket: morphus
|
||||
endpoint: http://localhost:9000
|
Loading…
Reference in New Issue
Block a user