File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
c2corg_api/scripts/loadtests Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ script_location = alembic_migration
2929# are written from script.py.mako
3030# output_encoding = utf-8
3131
32- sqlalchemy.url = postgresql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}?sslmode=disable
32+ sqlalchemy.url = postgresql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}
3333
3434version_table_schema = alembic
3535
Original file line number Diff line number Diff line change 11[app:main]
22use = call:c2corg_api.scripts.loadtests.create_test_users:no_op
3- sqlalchemy.url = postgresql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}?sslmode=disable
3+ sqlalchemy.url = postgresql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pyramid.includes =
2020# invalidated when the debug server reloads
2121cache_version_timestamp = True
2222
23- sqlalchemy.url = postgresql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}?sslmode=disable
23+ sqlalchemy.url = postgresql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}
2424
2525# By default, the toolbar only appears for clients from IP addresses
2626# '127.0.0.1' and '::1'.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pyramid.includes =
1515 pyramid_mailer
1616 pyramid_tm
1717
18- sqlalchemy.url = postgresql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}?sslmode=disable
18+ sqlalchemy.url = postgresql://{db_user}:{db_password}@{db_host}:{db_port}/{db_name}
1919
2020[server:main]
2121use = egg:waitress#main
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use = config:common.ini
33pyramid.includes =
44 pyramid_mailer.testing
55 pyramid_tm
6- sqlalchemy.url = postgresql://{tests_db_user}:{tests_db_password}@{tests_db_host}:{tests_db_port}/{tests_db_name}?sslmode=disable
6+ sqlalchemy.url = postgresql://{tests_db_user}:{tests_db_password}@{tests_db_host}:{tests_db_port}/{tests_db_name}
77noauthorization = False
88debug_authorization = True
99jwtauth.master_secret = The master key
You can’t perform that action at this time.
0 commit comments