Added a basic homepage
This commit is contained in:
parent
d40640a648
commit
12fd3c04ca
113 changed files with 414 additions and 506 deletions
|
|
@ -1,6 +1,6 @@
|
|||
http:
|
||||
hostname: ""
|
||||
port: 8000
|
||||
port: 8001
|
||||
readTimeout: "5s"
|
||||
writeTimeout: "10s"
|
||||
idleTimeout: "2m"
|
||||
|
|
@ -14,7 +14,7 @@ app:
|
|||
name: "Pagoda"
|
||||
# We manually set this rather than using the HTTP settings in order to build absolute URLs for users
|
||||
# since it's likely your app's HTTP settings are not identical to what is exposed by your server.
|
||||
host: "http://localhost:8000"
|
||||
host: "http://localhost:8001"
|
||||
environment: "local"
|
||||
# Change this on any live environments.
|
||||
encryptionKey: "?E(G+KbPeShVmYq3t6w9z$C&F)J@McQf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue