feat #37: Use environment variables for most of the configuration #9

Merged
faercol merged 1 commit from 37-add-env-vars into main 2023-10-28 12:29:01 +00:00
Owner
No description provided.
faercol added 1 commit 2023-10-25 18:32:36 +00:00
feat #37: Use environment variables for most of the configuration
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
c6d1e88278
chapoline requested changes 2023-10-28 06:51:20 +00:00
@ -50,0 +62,4 @@
defaultStorageDB = "polyculeconnect"
defaultStorageUser = "polyculeconnect"
defaultStoragePassword = "polyculeconnect"
defaultStorageSSLMode = ""
Owner
defaultStorageSSLMode devrait être à "disable" (cf https://pkg.go.dev/github.com/lib/pq?utm_source=godoc#hdr-Connection_String_Parameters)
Author
Owner

Ok, j'ai mis à "disable" du coup

Ok, j'ai mis à "disable" du coup
faercol marked this conversation as resolved
faercol force-pushed 37-add-env-vars from c6d1e88278 to 2192775063 2023-10-28 12:18:45 +00:00 Compare
faercol requested review from chapoline 2023-10-28 12:19:14 +00:00
faercol force-pushed 37-add-env-vars from 2192775063 to 4909df4b04 2023-10-28 12:20:48 +00:00 Compare
chapoline approved these changes 2023-10-28 12:24:13 +00:00
faercol merged commit 4909df4b04 into main 2023-10-28 12:29:01 +00:00
faercol deleted branch 37-add-env-vars 2023-10-28 12:29:01 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PolyculeConnect/polycule-connect#9
No description provided.