Skip to content

Instantly share code, notes, and snippets.

@andycui97
Created September 19, 2022 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andycui97/66f9c3d6a87895d6c15a9741c81380ff to your computer and use it in GitHub Desktop.
Save andycui97/66f9c3d6a87895d6c15a9741c81380ff to your computer and use it in GitHub Desktop.
Lineapy config.json for remote artifact store (minio store, postgres db)
{
"storage_options": {
"key": "lineapy",
"secret": "lineapypassword",
"client_kwargs": {
"endpoint_url": "http://minio:9000"
}
},
"artifact_storage_dir": "s3://lineapy-artifact-store",
"customized_annotation_folder": "/home/jovyan/work/.lineapy/custom-annotations",
"database_url": "postgresql://lineapy:lineapypassword@postgres-lineapy:5432/lineapy_artifact_store",
"do_not_track": "True",
"home_dir": "/home/jovyan/work/.lineapy",
"is_demo": "True",
"logging_file": "/home/jovyan/work/.lineapy/lineapy.log",
"logging_level": "INFO"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment