-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from CARRIER-project/adapt-config
updated config and docker-compose to the newest version
- Loading branch information
Showing
2 changed files
with
26 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,22 @@ | ||
application: {} | ||
environments: | ||
acc: {} | ||
dev: {} | ||
prod: | ||
allow_drop_all: 'True' | ||
api_path: /api | ||
description: Server configuration | ||
ip: 0.0.0.0 | ||
logging: | ||
backup_count: 5 | ||
datefmt: '%Y-%m-%d %H:%M:%S' | ||
file: server-conf.log | ||
format: '%(asctime)s - %(name)-14s - %(levelname)-8s - %(message)s' | ||
level: DEBUG | ||
max_size: 1024 | ||
use_console: true | ||
port: '5000' | ||
uri: postgresql://vantage:vantage@db/vantage | ||
allow_drop_all: 'True' | ||
api_path: /api | ||
description: Server configuration | ||
ip: 0.0.0.0 | ||
logging: | ||
backup_count: 5 | ||
datefmt: '%Y-%m-%d %H:%M:%S' | ||
file: server-conf.log | ||
format: '%(asctime)s - %(name)-14s - %(levelname)-8s - %(message)s' | ||
level: DEBUG | ||
max_size: 1024 | ||
use_console: true | ||
port: '5000' | ||
uri: postgresql://vantage:vantage@db/vantage | ||
|
||
vpn_server: | ||
# the URL of your VPN server | ||
url:***REMOVED*** | ||
|
||
# OATH2 settings, make sure these are the same as in the | ||
# configuration file of your EduVPN instance | ||
***REMOVED*** | ||
***REMOVED*** | ||
***REMOVED*** | ||
|
||
# Username and password to acccess the EduVPN portal | ||
portal_username: vantage | ||
portal_userpass: ***REMOVED*** | ||
vpn_server: | ||
url: "https://vpn.carrier-mu.src.surf-hosted.nl/vpn-user-portal" | ||
portal_username: "vantage" | ||
portal_userpass: "venusvliegenvanger" | ||
client_id: "vantage6-server" | ||
client_secret: "30faa993f32" | ||
redirect_url: http://localhost |