blob: 356f2f3dd1df4cfe964fc339da6e138517bbcba2 (
plain)
1
2
3
4
5
6
|
s3_site_path = "v1/site"
s3_datasets_path = "v1" # datasets is already in the filename
public_path = "../site/public"
content_path = "../site/content"
template_path = "../site/templates"
|