-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add base_url as config parameter refactor: Move S3/DynamoDB configs in AWS Config block doc: add example configuration file fix: fix auth module tests fix: remove debug print
- Loading branch information
1 parent
c9152a9
commit 4fd47b4
Showing
7 changed files
with
89 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
port: 9090 | ||
|
||
log: | ||
level: info | ||
format: plain | ||
|
||
database: | ||
host: 127.0.0.1 | ||
port: 5432 | ||
user: terraboard | ||
password: terraboard | ||
name: terraboard | ||
no-sync: true | ||
|
||
aws: | ||
dynamodb-table: terraboard | ||
s3: | ||
bucket: terraboard | ||
key-prefix: | ||
file-extension: .tfstate | ||
|
||
web: | ||
base-url: /terraboard/ | ||
logout-url: /test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters