Skip to content

Commit e95b383

Browse files
committed
update audit service
1 parent e819a79 commit e95b383

File tree

29 files changed

+2443
-189
lines changed

29 files changed

+2443
-189
lines changed

.gitattributes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# Set default behavior to automatically normalize line endings.
33
###############################################################################
44
* text=auto
5-
*.razor linguist-language=rust
6-
*.html linguist-language=rust
7-
*.css linguist-language=rust
85
*.cs linguist-language=rust
6+
*.rs linguist-language=C#
7+
# *.razor linguist-language=rust
8+
# *.html linguist-language=rust
9+
# *.css linguist-language=rust
910
###############################################################################
1011
# Set default behavior for command prompt diff.
1112
#

rs/.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
DATABASE_URL=postgres://localhost/settings_db?user=postgres&password=P@ssw0rd
1+
HOST=127.0.0.1
2+
PORT=5010
3+
DATABASE_URL=postgres://localhost/postgres?user=postgres&password=P@ssw0rd

rs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ Session.vim
5151
!/src/test/run-make/thumb-none-qemu/example/.cargo
5252
no_llvm_build
5353
# Before adding new lines, see the comment at the top.
54+
/*/**/target

0 commit comments

Comments
 (0)