25 lines
527 B
Python
Executable File
25 lines
527 B
Python
Executable File
baseurl = "http://localhost:81"
|
|
title = "CostaPy"
|
|
|
|
menu = {
|
|
"public": {
|
|
"topnav": [
|
|
{
|
|
"name":"Home",
|
|
"href":"/",
|
|
"roles":["guest"]
|
|
},
|
|
{
|
|
"name":"About",
|
|
"href":"#",
|
|
"roles":["guest"]
|
|
},
|
|
{
|
|
"name":"CostaPy Website",
|
|
"href":"https://costapy.ditaajipratama.com",
|
|
"roles":["guest"]
|
|
}
|
|
]
|
|
}
|
|
}
|