mirror of
https://github.com/cupcakearmy/morphus.git
synced 2024-12-22 16:16: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
|
assets
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
data
|
data
|
||||||
|
.vscode
|
||||||
|
|
||||||
# Configs
|
# Configs
|
||||||
morphus.*
|
morphus.*
|
||||||
keyfile.json
|
keyfile.json
|
||||||
|
|
||||||
# Keep
|
# 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