Migrate from templates to Gomponents (#103)
This commit is contained in:
parent
0bf9ab7189
commit
051d032038
104 changed files with 2768 additions and 2824 deletions
|
|
@ -12,8 +12,11 @@ http:
|
|||
|
||||
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"
|
||||
environment: "local"
|
||||
# Change this on any live environments
|
||||
# Change this on any live environments.
|
||||
encryptionKey: "?E(G+KbPeShVmYq3t6w9z$C&F)J@McQf"
|
||||
timeout: "20s"
|
||||
passwordToken:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue