8000 update to reflect new configuration · devel0/example-webapp-with-auth@38ef8b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38ef8b0

Browse files
committed
update to reflect new configuration
1 parent 53f916b commit 38ef8b0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

deploy/webapp.env

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
ASPNETCORE_ENVIRONMENT=Production
22
ASPNETCORE_URLS=http://127.0.0.1:5000
33

4-
DbProvider=Postgres
5-
SeedUsers__Admin__Email=admin@admin.com
6-
SeedUsers__Admin__Password=Supersecret!
7-
JwtSettings__Key=PASSGENERATEDWITHopenssl_rand_-hex_32
8-
ConnectionStrings__Main=Host=DBHOST; Database=ExampleWebApp; Username=example_webapp_user; Password=DBPASS
4+
Database__Connections__0__Provider=Postgres
5+
Database__Connections__0__ConnectionString=Host=DBHOST; Database=ExampleWebApp; Username=example_webapp_user; Password=DBPASS
6+
7+
Database__Seed__Users__0__UserName=admin
8+
Database__Seed__Users__0__Email=admin@admin.com
9+
Database__Seed__Users__0__Password=Supersecret!
10+
11+
Auth__JwtSettings__Key=PASSGENERATEDWITHopenssl_rand_-hex_32
912

1013
EmailServer__SmtpServerName=REPL_MAILSERVER_HOSTNAME
1114
EmailServer__SmtpServerPort=REPL_MAILSERVER_PORT
1215
EmailServer__Security=REPL_MAILSERVER_SECURITY
1316
EmailServer__Username=REPL_MAILSERVER_USER_EMAIL
1417
EmailServer__Password=REPL_MAILSERVER_USER_PASSWORD
15-
16-
EmailServer__FromDisplayName=Server
18+
EmailServer__FromDisplayName=Server

0 commit comments

Comments
 (0)
0